Html Css Color HEX #9B5B34 Indochine

📋 copy color: '#9B5B34'

red 155 ◦ green 91 ◦ blue 52

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

Shades of Indochine #9B5B34

Tints of Indochine #9B5B34

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.54%

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

R = 52.01%
G = 30.54%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B5B34 (or 0x9B5B34) is known color: Indochine. HEX triplet: 9B, 5B and 34. RGB value is (155,91,52). Sum of RGB (Red+Green+Blue) = 155+91+52=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5B34 is #64A4CB. Grayscale: #696969. Windows color (decimal): -6595788 or 3431323. OLE color: 3431323.

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

Color convert

RGB 155 91 52 -
CMYK 0 0.41 0.66 0.39
HSL 22.72º 0.5% 0.41% -
HSV(B) 22.72º 0.66% 0.61% -
XYZ 17.88 14.7 5.14 -
YUV 105.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 155 91 52 0 0.41 0.66 0.39 22.72 0.5 0.41
Hex 9B 5B 34 0 29 42 27 17 32 29
Octal 233 133 64 0 51 102 47 27 62 51
Binary 10011011 1011011 110100 0 101001 1000010 100111 10111 110010 101001

Color Harmonies of #9B5B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5B34

Black with #9B5B34

Text Example


Text Example

White with #9B5B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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