#8E5F0A

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

Shades of Golden Brown #8E5F0A

Tints of Golden Brown #8E5F0A

Color information

#8E5F0A (or 0x8E5F0A) is unknown color: approx Golden Brown. HEX triplet: 8E, 5F and 0A. RGB value is (142,95,10). Sum of RGB (Red+Green+Blue) = 142+95+10=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5F0A is #71A0F5. Grayscale: #636363. Windows color (decimal): -7446774 or 679822. OLE color: 679822.

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

Color convert

RGB1429510-
CMYK00.330.930.44
HSL38.64º86.84%29.8%-
HSV(B)38.64º92.96%55.69%-
XYZ15.313.962.17-
YUV99.3677.57158.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.49%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 10 (4.30% from 255) = 4.05%
R=57.49%
G=38.46%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142951000.330.930.4438.6486.8429.8
Hex8E5FA0215D2C27571e
Octal21613712041135544712736
Binary100011101011111101001000011011101101100100111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,95,10); }

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

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

 a { background-color: rgb(142,95,10); }

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

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

 span { border-color: rgb(142,95,10); }

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