Html Css Color HEX #9B5C29 Indochine

📋 copy color: '#9B5C29'

red 155 ◦ green 92 ◦ blue 41

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

Shades of Indochine #9B5C29

Tints of Indochine #9B5C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.94%

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 53.82%
G = 31.94%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B5C29 (or 0x9B5C29) is known color: Indochine. HEX triplet: 9B, 5C and 29. RGB value is (155,92,41). Sum of RGB (Red+Green+Blue) = 155+92+41=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5C29 is #64A3D6. Grayscale: #696969. Windows color (decimal): -6595543 or 2710683. OLE color: 2710683.

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

Color convert

RGB 155 92 41 -
CMYK 0 0.41 0.74 0.39
HSL 26.84º 0.58% 0.38% -
HSV(B) 26.84º 0.74% 0.61% -
XYZ 17.74 14.78 4.02 -
YUV 105.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 155 92 41 0 0.41 0.74 0.39 26.84 0.58 0.38
Hex 9B 5C 29 0 29 4A 27 1B 3A 26
Octal 233 134 51 0 51 112 47 33 72 46
Binary 10011011 1011100 101001 0 101001 1001010 100111 11011 111010 100110

Color Harmonies of #9B5C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5C29

Black with #9B5C29

Text Example


Text Example

White with #9B5C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,92,41); }

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

background-color css

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

 a { background-color: rgb(155,92,41); }

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

border-color css

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

 span { border-color: rgb(155,92,41); }

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