Html Css Color HEX #9B5D31 Indochine

📋 copy color: '#9B5D31'

red 155 ◦ green 93 ◦ blue 49

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

Shades of Indochine #9B5D31

Tints of Indochine #9B5D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 52.19%
G = 31.31%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B5D31 (or 0x9B5D31) is known color: Indochine. HEX triplet: 9B, 5D and 31. RGB value is (155,93,49). Sum of RGB (Red+Green+Blue) = 155+93+49=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D31 is #64A2CE. Grayscale: #6A6A6A. Windows color (decimal): -6595279 or 3235227. OLE color: 3235227.

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

Color convert

RGB 155 93 49 -
CMYK 0 0.4 0.68 0.39
HSL 24.91º 0.52% 0.4% -
HSV(B) 24.91º 0.68% 0.61% -
XYZ 17.99 15.02 4.86 -
YUV 106.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 155 93 49 0 0.4 0.68 0.39 24.91 0.52 0.4
Hex 9B 5D 31 0 28 44 27 19 34 28
Octal 233 135 61 0 50 104 47 31 64 50
Binary 10011011 1011101 110001 0 101000 1000100 100111 11001 110100 101000

Color Harmonies of #9B5D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D31

Black with #9B5D31

Text Example


Text Example

White with #9B5D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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