#9B5C2B

Color #9B5C2B Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #9B5C2B

Tints of Indochine #9B5C2B

Color information

#9B5C2B (or 0x9B5C2B) is unknown color: approx Indochine. HEX triplet: 9B, 5C and 2B. RGB value is (155,92,43). Sum of RGB (Red+Green+Blue) = 155+92+43=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5C2B is #64A3D4. Grayscale: #696969. Windows color (decimal): -6595541 or 2841755. OLE color: 2841755.

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

Color convert

RGB1559243-
CMYK00.410.720.39
HSL26.25º56.57%38.82%-
HSV(B)26.25º72.26%60.78%-
XYZ17.7814.84.2-
YUV105.2592.87163.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.45%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 43 (17.19% from 255) = 14.83%
R=53.45%
G=31.72%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155924300.410.720.3926.2556.5738.82
Hex9B5C2B02948271a3927
Octal2331345305111047327147
Binary1001101110111001010110101001100100010011111010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B5C2B;
 }
 .AnyTagClassName
 {
   color: #9B5C2B;
 }
</style>
background-color css

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

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

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

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

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

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