Html Css Color HEX #9B5D34 Indochine

📋 copy color: '#9B5D34'

red 155 ◦ green 93 ◦ blue 52

#9B5D34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indochine #9B5D34

Tints of Indochine #9B5D34

RGB

 RED value IS 155 (60.94% from 255) = 51.67%

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 51.67%
G = 31%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.66

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9B5D34 (or 0x9B5D34) is known color: Indochine. HEX triplet: 9B, 5D and 34. RGB value is (155,93,52). Sum of RGB (Red+Green+Blue) = 155+93+52=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D34 is #64A2CB. Grayscale: #6B6B6B. Windows color (decimal): -6595276 or 3431835. OLE color: 3431835.

HSL color Cylindrical-coordinate representation of color #9B5D34: hue angle of 23.88º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B5D34 is Cyan = 0, Magento = 0.4, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 93 52 -
CMYK 0 0.4 0.66 0.39
HSL 23.88º 0.5% 0.41% -
HSV(B) 23.88º 0.66% 0.61% -
XYZ 18.05 15.05 5.2 -
YUV 106.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 155 93 52 0 0.4 0.66 0.39 23.88 0.5 0.41
Hex 9B 5D 34 0 28 42 27 18 32 29
Octal 233 135 64 0 50 102 47 30 62 51
Binary 10011011 1011101 110100 0 101000 1000010 100111 11000 110010 101001

Color Harmonies of #9B5D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D34

Black with #9B5D34

Text Example


Text Example

White with #9B5D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B5D34; }

 p { color: rgb(155,93,52); }

 H1.HeaderClassName
 {
   color: #9B5D34;
 }
 .AnyTagClassName
 {
   color: #9B5D34;
 }
</style>

background-color css

<style>
 a { background-color: #9B5D34; }

 a { background-color: rgb(155,93,52); }

 div.DivClassName
 {
   background-color: #9B5D34;
 }
 .BgClassName
 {
   background-color: #9B5D34;
 }
</style>

border-color css

<style>
 span { border-color: #9B5D34; }

 span { border-color: rgb(155,93,52); }

 td.TdClassName
 {
   border-color: #9B5D34;
 }
 .TagClassName
 {
   border-color: #9B5D34;
 }
</style>