#9F5A12

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

Shades of Golden Brown #9F5A12

Tints of Golden Brown #9F5A12

Color information

#9F5A12 (or 0x9F5A12) is unknown color: approx Golden Brown. HEX triplet: 9F, 5A and 12. RGB value is (159,90,18). Sum of RGB (Red+Green+Blue) = 159+90+18=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5A12 is #60A5ED. Grayscale: #666666. Windows color (decimal): -6333934 or 1202847. OLE color: 1202847.

HSL color Cylindrical-coordinate representation of color #9F5A12: hue angle of 30.64º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F5A12 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1599018-
CMYK00.430.890.38
HSL30.64º79.66%34.71%-
HSV(B)30.64º88.68%62.35%-
XYZ18.0614.732.46-
YUV102.4280.36168.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.55%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=59.55%
G=33.71%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159901800.430.890.3830.6479.6634.71
Hex9F5A1202B59261f5023
Octal23713222053131463712043
Binary1001111110110101001001010111011001100110111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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