#9D5802

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

Shades of Golden Brown #9D5802

Tints of Golden Brown #9D5802

Color information

#9D5802 (or 0x9D5802) is unknown color: approx Golden Brown. HEX triplet: 9D, 58 and 02. RGB value is (157,88,2). Sum of RGB (Red+Green+Blue) = 157+88+2=247 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.56% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5802 is #62A7FD. Grayscale: #636363. Windows color (decimal): -6465534 or 153757. OLE color: 153757.

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

Color convert

RGB157882-
CMYK00.440.990.38
HSL33.29º97.48%31.18%-
HSV(B)33.29º98.73%61.57%-
XYZ17.4114.151.87-
YUV98.8373.36169.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.56%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=63.56%
G=35.63%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15788200.440.990.3833.2997.4831.18
Hex9D58202C632621611f
Octal2351302054143464114137
Binary1001110110110001001011001100011100110100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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