#9D7018

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

Shades of Golden Brown #9D7018

Tints of Golden Brown #9D7018

Color information

#9D7018 (or 0x9D7018) is unknown color: approx Golden Brown. HEX triplet: 9D, 70 and 18. RGB value is (157,112,24). Sum of RGB (Red+Green+Blue) = 157+112+24=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7018 is #628FE7. Grayscale: #737373. Windows color (decimal): -6459368 or 1601693. OLE color: 1601693.

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

Color convert

RGB15711224-
CMYK00.290.850.38
HSL39.7º73.48%35.49%-
HSV(B)39.7º84.71%61.57%-
XYZ19.8618.823.45-
YUV115.4276.41157.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.58%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 24 (9.77% from 255) = 8.19%
R=53.58%
G=38.23%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571122400.290.850.3839.773.4835.49
Hex9D701801D5526284923
Octal23516030035125465011143
Binary1001110111100001100001110110101011001101010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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