#8D720A

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

Shades of Golden Brown #8D720A

Tints of Golden Brown #8D720A

Color information

#8D720A (or 0x8D720A) is unknown color: approx Golden Brown. HEX triplet: 8D, 72 and 0A. RGB value is (141,114,10). Sum of RGB (Red+Green+Blue) = 141+114+10=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D720A is #728DF5. Grayscale: #6E6E6E. Windows color (decimal): -7507446 or 684685. OLE color: 684685.

HSL color Cylindrical-coordinate representation of color #8D720A: hue angle of 47.63º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D720A is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB14111410-
CMYK00.190.930.45
HSL47.63º86.75%29.61%-
HSV(B)47.63º92.91%55.29%-
XYZ17.0617.722.81-
YUV110.2271.45149.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 10 (4.30% from 255) = 3.77%
R=53.21%
G=43.02%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411141000.190.930.4547.6386.7529.61
Hex8D72A0135D2D30571e
Octal21516212023135556012736
Binary10001101111001010100100111011101101101110000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D720A; }

 p { color: rgb(141,114,10); }

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

<style>
 a { background-color: #8D720A; }

 a { background-color: rgb(141,114,10); }

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

<style>
 span { border-color: #8D720A; }

 span { border-color: rgb(141,114,10); }

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