#9F5C02

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

Shades of Golden Brown #9F5C02

Tints of Golden Brown #9F5C02

Color information

#9F5C02 (or 0x9F5C02) is unknown color: approx Golden Brown. HEX triplet: 9F, 5C and 02. RGB value is (159,92,2). Sum of RGB (Red+Green+Blue) = 159+92+2=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5C02 is #60A3FD. Grayscale: #666666. Windows color (decimal): -6333438 or 154783. OLE color: 154783.

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

Color convert

RGB159922-
CMYK00.420.990.38
HSL34.39º97.52%31.57%-
HSV(B)34.39º98.74%62.35%-
XYZ18.1415.032-
YUV101.7771.7168.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.85%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=62.85%
G=36.36%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15992200.420.990.3834.3997.5231.57
Hex9F5C202A6326226220
Octal2371342052143464214240
Binary10011111101110010010101011000111001101000101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,92,2); }

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

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

 a { background-color: rgb(159,92,2); }

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

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

 span { border-color: rgb(159,92,2); }

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