#9D5F02

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

Shades of Golden Brown #9D5F02

Tints of Golden Brown #9D5F02

Color information

#9D5F02 (or 0x9D5F02) is unknown color: approx Golden Brown. HEX triplet: 9D, 5F and 02. RGB value is (157,95,2). Sum of RGB (Red+Green+Blue) = 157+95+2=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5F02 is #62A0FD. Grayscale: #676767. Windows color (decimal): -6463742 or 155549. OLE color: 155549.

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

Color convert

RGB157952-
CMYK00.390.990.38
HSL36º97.48%31.18%-
HSV(B)36º98.73%61.57%-
XYZ18.0115.362.07-
YUV102.9471.04166.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.81%
GREEN value IS 95 (37.5% from 255) = 37.40%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=61.81%
G=37.40%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15795200.390.990.383697.4831.18
Hex9D5F2027632624611f
Octal2351372047143464414137
Binary1001110110111111001001111100011100110100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,95,2); }

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

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

 a { background-color: rgb(157,95,2); }

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

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

 span { border-color: rgb(157,95,2); }

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