#8E621A

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

Shades of Golden Brown #8E621A

Tints of Golden Brown #8E621A

Color information

#8E621A (or 0x8E621A) is unknown color: approx Golden Brown. HEX triplet: 8E, 62 and 1A. RGB value is (142,98,26). Sum of RGB (Red+Green+Blue) = 142+98+26=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E621A is #719DE5. Grayscale: #676767. Windows color (decimal): -7445990 or 1729166. OLE color: 1729166.

HSL color Cylindrical-coordinate representation of color #8E621A: hue angle of 37.24º 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 #8E621A is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1429826-
CMYK00.310.820.44
HSL37.24º69.05%32.94%-
HSV(B)37.24º81.69%55.69%-
XYZ15.7114.562.96-
YUV102.9584.58155.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.38%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 26 (10.55% from 255) = 9.77%
R=53.38%
G=36.84%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142982600.310.820.4437.2469.0532.94
Hex8E621A01F522C254521
Octal21614232037122544510541
Binary1000111011000101101001111110100101011001001011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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