#9D5704

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

Shades of Golden Brown #9D5704

Tints of Golden Brown #9D5704

Color information

#9D5704 (or 0x9D5704) is unknown color: approx Golden Brown. HEX triplet: 9D, 57 and 04. RGB value is (157,87,4). Sum of RGB (Red+Green+Blue) = 157+87+4=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5704 is #62A8FB. Grayscale: #626262. Windows color (decimal): -6465788 or 284573. OLE color: 284573.

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

Color convert

RGB157874-
CMYK00.450.970.38
HSL32.55º95.03%31.57%-
HSV(B)32.55º97.45%61.57%-
XYZ17.3313.991.9-
YUV98.4774.69169.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.31%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=63.31%
G=35.08%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15787400.450.970.3832.5595.0331.57
Hex9D57402D6126215f20
Octal2351274055141464113740
Binary100111011010111100010110111000011001101000011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,87,4); }

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

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

 a { background-color: rgb(157,87,4); }

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

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

 span { border-color: rgb(157,87,4); }

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