#8E671A

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

Shades of Golden Brown #8E671A

Tints of Golden Brown #8E671A

Color information

#8E671A (or 0x8E671A) is unknown color: approx Golden Brown. HEX triplet: 8E, 67 and 1A. RGB value is (142,103,26). Sum of RGB (Red+Green+Blue) = 142+103+26=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E671A is #7198E5. Grayscale: #6A6A6A. Windows color (decimal): -7444710 or 1730446. OLE color: 1730446.

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

Color convert

RGB14210326-
CMYK00.270.820.44
HSL39.83º69.05%32.94%-
HSV(B)39.83º81.69%55.69%-
XYZ16.1915.533.12-
YUV105.8882.92153.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.40%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=52.40%
G=38.01%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421032600.270.820.4439.8369.0532.94
Hex8E671A01B522C284521
Octal21614732033122545010541
Binary1000111011001111101001101110100101011001010001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,103,26); }

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

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

 a { background-color: rgb(142,103,26); }

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

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

 span { border-color: rgb(142,103,26); }

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