#8D700E

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

Shades of Golden Brown #8D700E

Tints of Golden Brown #8D700E

Color information

#8D700E (or 0x8D700E) is unknown color: approx Golden Brown. HEX triplet: 8D, 70 and 0E. RGB value is (141,112,14). Sum of RGB (Red+Green+Blue) = 141+112+14=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D700E is #728FF1. Grayscale: #6D6D6D. Windows color (decimal): -7507954 or 946317. OLE color: 946317.

HSL color Cylindrical-coordinate representation of color #8D700E: hue angle of 46.3º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D700E is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB14111214-
CMYK00.210.900.45
HSL46.3º81.94%30.39%-
HSV(B)46.3º90.07%55.29%-
XYZ16.8617.282.86-
YUV109.574.11150.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 14 (5.86% from 255) = 5.24%
R=52.81%
G=41.95%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411121400.210.900.4546.381.9430.39
Hex8D70E0155A2D2e521e
Octal21516016025132555612236
Binary10001101111000011100101011011010101101101110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,112,14); }

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

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

 a { background-color: rgb(141,112,14); }

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

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

 span { border-color: rgb(141,112,14); }

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