Html Css Color HEX #9B5E34 Indochine

📋 copy color: '#9B5E34'

red 155 ◦ green 94 ◦ blue 52

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

Shades of Indochine #9B5E34

Tints of Indochine #9B5E34

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

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

R = 51.5%
G = 31.23%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B5E34 (or 0x9B5E34) is known color: Indochine. HEX triplet: 9B, 5E and 34. RGB value is (155,94,52). Sum of RGB (Red+Green+Blue) = 155+94+52=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E34 is #64A1CB. Grayscale: #6B6B6B. Windows color (decimal): -6595020 or 3432091. OLE color: 3432091.

HSL color Cylindrical-coordinate representation of color #9B5E34: hue angle of 24.47º 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 #9B5E34 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 94 52 -
CMYK 0 0.39 0.66 0.39
HSL 24.47º 0.5% 0.41% -
HSV(B) 24.47º 0.66% 0.61% -
XYZ 18.14 15.22 5.23 -
YUV 107.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 155 94 52 0 0.39 0.66 0.39 24.47 0.5 0.41
Hex 9B 5E 34 0 27 42 27 18 32 29
Octal 233 136 64 0 47 102 47 30 62 51
Binary 10011011 1011110 110100 0 100111 1000010 100111 11000 110010 101001

Color Harmonies of #9B5E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E34

Black with #9B5E34

Text Example


Text Example

White with #9B5E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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