#9F5F30

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

Shades of Indochine #9F5F30

Tints of Indochine #9F5F30

Color information

#9F5F30 (or 0x9F5F30) is unknown color: approx Indochine. HEX triplet: 9F, 5F and 30. RGB value is (159,95,48). Sum of RGB (Red+Green+Blue) = 159+95+48=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5F30 is #60A0CF. Grayscale: #6D6D6D. Windows color (decimal): -6332624 or 3170207. OLE color: 3170207.

HSL color Cylindrical-coordinate representation of color #9F5F30: hue angle of 25.41º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F5F30 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1599548-
CMYK00.400.700.38
HSL25.41º53.62%40.59%-
HSV(B)25.41º69.81%62.35%-
XYZ18.9215.774.84-
YUV108.7893.7163.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.65%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=52.65%
G=31.46%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159954800.400.700.3825.4153.6240.59
Hex9F5F300284626193629
Octal2371376005010646316651
Binary1001111110111111100000101000100011010011011001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,95,48); }

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

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

 a { background-color: rgb(159,95,48); }

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

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

 span { border-color: rgb(159,95,48); }

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