#8E650E

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

Shades of Golden Brown #8E650E

Tints of Golden Brown #8E650E

Color information

#8E650E (or 0x8E650E) is unknown color: approx Golden Brown. HEX triplet: 8E, 65 and 0E. RGB value is (142,101,14). Sum of RGB (Red+Green+Blue) = 142+101+14=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E650E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E650E is #719AF1. Grayscale: #676767. Windows color (decimal): -7445234 or 943502. OLE color: 943502.

HSL color Cylindrical-coordinate representation of color #8E650E: hue angle of 40.78º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E650E is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB14210114-
CMYK00.290.900.44
HSL40.78º82.05%30.59%-
HSV(B)40.78º90.14%55.69%-
XYZ15.8915.092.49-
YUV103.3477.58155.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.25%
GREEN value IS 101 (39.84% from 255) = 39.30%
BLUE value IS 14 (5.86% from 255) = 5.45%
R=55.25%
G=39.30%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421011400.290.900.4440.7882.0530.59
Hex8E65E01D5A2C29521f
Octal21614516035132545112237
Binary10001110110010111100111011011010101100101001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E650E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,14); }

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

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

 a { background-color: rgb(142,101,14); }

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

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

 span { border-color: rgb(142,101,14); }

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