#9D7218

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

Shades of Golden Brown #9D7218

Tints of Golden Brown #9D7218

Color information

#9D7218 (or 0x9D7218) is unknown color: approx Golden Brown. HEX triplet: 9D, 72 and 18. RGB value is (157,114,24). Sum of RGB (Red+Green+Blue) = 157+114+24=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7218 is #628DE7. Grayscale: #747474. Windows color (decimal): -6458856 or 1602205. OLE color: 1602205.

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

Color convert

RGB15711424-
CMYK00.270.850.38
HSL40.6º73.48%35.49%-
HSV(B)40.6º84.71%61.57%-
XYZ20.0919.273.52-
YUV116.675.75156.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.22%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=53.22%
G=38.64%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571142400.270.850.3840.673.4835.49
Hex9D721801B5526294923
Octal23516230033125465111143
Binary1001110111100101100001101110101011001101010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,114,24); }

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

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

 a { background-color: rgb(157,114,24); }

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

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

 span { border-color: rgb(157,114,24); }

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