#9B582F

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

Shades of Indochine #9B582F

Tints of Indochine #9B582F

Color information

#9B582F (or 0x9B582F) is unknown color: approx Indochine. HEX triplet: 9B, 58 and 2F. RGB value is (155,88,47). Sum of RGB (Red+Green+Blue) = 155+88+47=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B582F is #64A7D0. Grayscale: #676767. Windows color (decimal): -6596561 or 3102875. OLE color: 3102875.

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

Color convert

RGB1558847-
CMYK00.430.700.39
HSL22.78º53.47%39.61%-
HSV(B)22.78º69.68%60.78%-
XYZ17.5214.154.5-
YUV103.3696.2164.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.45%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 47 (18.75% from 255) = 16.21%
R=53.45%
G=30.34%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155884700.430.700.3922.7853.4739.61
Hex9B582F02B4627173528
Octal2331305705310647276550
Binary1001101110110001011110101011100011010011110111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,47); }

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

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

 a { background-color: rgb(155,88,47); }

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

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

 span { border-color: rgb(155,88,47); }

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