#9F5938

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

Shades of Indochine #9F5938

Tints of Indochine #9F5938

Color information

#9F5938 (or 0x9F5938) is unknown color: approx Indochine. HEX triplet: 9F, 59 and 38. RGB value is (159,89,56). Sum of RGB (Red+Green+Blue) = 159+89+56=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5938 is #60A6C7. Grayscale: #6A6A6A. Windows color (decimal): -6334152 or 3692959. OLE color: 3692959.

HSL color Cylindrical-coordinate representation of color #9F5938: hue angle of 19.22º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F5938 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB1598956-
CMYK00.440.650.38
HSL19.22º47.91%42.16%-
HSV(B)19.22º64.78%62.35%-
XYZ18.5814.85.62-
YUV106.1799.69165.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.30%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=52.30%
G=29.28%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159895600.440.650.3819.2247.9142.16
Hex9F593802C412613302a
Octal2371317005410146236052
Binary1001111110110011110000101100100000110011010011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,89,56); }

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

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

 a { background-color: rgb(159,89,56); }

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

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

 span { border-color: rgb(159,89,56); }

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