#9D5208

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

Shades of Golden Brown #9D5208

Tints of Golden Brown #9D5208

Color information

#9D5208 (or 0x9D5208) is unknown color: approx Golden Brown. HEX triplet: 9D, 52 and 08. RGB value is (157,82,8). Sum of RGB (Red+Green+Blue) = 157+82+8=247 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.56% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5208 is #62ADF7. Grayscale: #606060. Windows color (decimal): -6467064 or 545437. OLE color: 545437.

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

Color convert

RGB157828-
CMYK00.480.950.38
HSL29.8º90.3%32.35%-
HSV(B)29.8º94.9%61.57%-
XYZ16.9713.221.89-
YUV95.9978.35171.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.56%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 8 (3.52% from 255) = 3.24%
R=63.56%
G=33.20%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15782800.480.950.3829.890.332.35
Hex9D5280305F261e5a20
Octal23512210060137463613240
Binary100111011010010100001100001011111100110111101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,82,8); }

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

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

 a { background-color: rgb(157,82,8); }

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

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

 span { border-color: rgb(157,82,8); }

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