#9D5816

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

Shades of Golden Brown #9D5816

Tints of Golden Brown #9D5816

Color information

#9D5816 (or 0x9D5816) is unknown color: approx Golden Brown. HEX triplet: 9D, 58 and 16. RGB value is (157,88,22). Sum of RGB (Red+Green+Blue) = 157+88+22=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5816 is #62A7E9. Grayscale: #656565. Windows color (decimal): -6465514 or 1464477. OLE color: 1464477.

HSL color Cylindrical-coordinate representation of color #9D5816: hue angle of 29.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D5816 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB1578822-
CMYK00.440.860.38
HSL29.33º75.42%35.1%-
HSV(B)29.33º85.99%61.57%-
XYZ17.5414.212.58-
YUV101.1183.36167.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=58.80%
G=32.96%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157882200.440.860.3829.3375.4235.1
Hex9D581602C56261d4b23
Octal23513026054126463511343
Binary1001110110110001011001011001010110100110111011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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