#9D721C

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

Shades of Golden Brown #9D721C

Tints of Golden Brown #9D721C

Color information

#9D721C (or 0x9D721C) is unknown color: approx Golden Brown. HEX triplet: 9D, 72 and 1C. RGB value is (157,114,28). Sum of RGB (Red+Green+Blue) = 157+114+28=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D721C is #628DE3. Grayscale: #757575. Windows color (decimal): -6458852 or 1864349. OLE color: 1864349.

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

Color convert

RGB15711428-
CMYK00.270.820.38
HSL40º69.73%36.27%-
HSV(B)40º82.17%61.57%-
XYZ20.1319.293.76-
YUV117.0577.75156.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.51%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 28 (11.33% from 255) = 9.36%
R=52.51%
G=38.13%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571142800.270.820.384069.7336.27
Hex9D721C01B5226284624
Octal23516234033122465010644
Binary1001110111100101110001101110100101001101010001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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