Html Css Color HEX #9B5D33 Indochine

📋 copy color: '#9B5D33'

red 155 ◦ green 93 ◦ blue 51

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

Shades of Indochine #9B5D33

Tints of Indochine #9B5D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 51.84%
G = 31.1%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9B5D33 (or 0x9B5D33) is known color: Indochine. HEX triplet: 9B, 5D and 33. RGB value is (155,93,51). Sum of RGB (Red+Green+Blue) = 155+93+51=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D33 is #64A2CC. Grayscale: #6A6A6A. Windows color (decimal): -6595277 or 3366299. OLE color: 3366299.

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

Color convert

RGB 155 93 51 -
CMYK 0 0.4 0.67 0.39
HSL 24.23º 0.5% 0.4% -
HSV(B) 24.23º 0.67% 0.61% -
XYZ 18.03 15.04 5.08 -
YUV 106.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 155 93 51 0 0.4 0.67 0.39 24.23 0.5 0.4
Hex 9B 5D 33 0 28 43 27 18 32 28
Octal 233 135 63 0 50 103 47 30 62 50
Binary 10011011 1011101 110011 0 101000 1000011 100111 11000 110010 101000

Color Harmonies of #9B5D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D33

Black with #9B5D33

Text Example


Text Example

White with #9B5D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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