#9F5A38

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

Shades of Indochine #9F5A38

Tints of Indochine #9F5A38

Color information

#9F5A38 (or 0x9F5A38) is unknown color: approx Indochine. HEX triplet: 9F, 5A and 38. RGB value is (159,90,56). Sum of RGB (Red+Green+Blue) = 159+90+56=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5A38 is #60A5C7. Grayscale: #6A6A6A. Windows color (decimal): -6333896 or 3693215. OLE color: 3693215.

HSL color Cylindrical-coordinate representation of color #9F5A38: hue angle of 19.81º 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 #9F5A38 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB1599056-
CMYK00.430.650.38
HSL19.81º47.91%42.16%-
HSV(B)19.81º64.78%62.35%-
XYZ18.6714.975.65-
YUV106.7699.36165.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.13%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 56 (22.27% from 255) = 18.36%
R=52.13%
G=29.51%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159905600.430.650.3819.8147.9142.16
Hex9F5A3802B412614302a
Octal2371327005310146246052
Binary1001111110110101110000101011100000110011010100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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