#8E640B

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

Shades of Golden Brown #8E640B

Tints of Golden Brown #8E640B

Color information

#8E640B (or 0x8E640B) is unknown color: approx Golden Brown. HEX triplet: 8E, 64 and 0B. RGB value is (142,100,11). Sum of RGB (Red+Green+Blue) = 142+100+11=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E640B is #719BF4. Grayscale: #666666. Windows color (decimal): -7445493 or 746638. OLE color: 746638.

HSL color Cylindrical-coordinate representation of color #8E640B: hue angle of 40.76º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E640B is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14210011-
CMYK00.300.920.44
HSL40.76º85.62%30%-
HSV(B)40.76º92.25%55.69%-
XYZ15.7714.892.36-
YUV102.4176.41156.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.13%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 11 (4.69% from 255) = 4.35%
R=56.13%
G=39.53%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421001100.300.920.4440.7685.6230
Hex8E64B01E5C2C29561e
Octal21614413036134545112636
Binary10001110110010010110111101011100101100101001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,100,11); }

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

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

 a { background-color: rgb(142,100,11); }

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

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

 span { border-color: rgb(142,100,11); }

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