#8E6502

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

Shades of Golden Brown #8E6502

Tints of Golden Brown #8E6502

Color information

#8E6502 (or 0x8E6502) is unknown color: approx Golden Brown. HEX triplet: 8E, 65 and 02. RGB value is (142,101,2). Sum of RGB (Red+Green+Blue) = 142+101+2=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6502 is #719AFD. Grayscale: #666666. Windows color (decimal): -7445246 or 157070. OLE color: 157070.

HSL color Cylindrical-coordinate representation of color #8E6502: hue angle of 42.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E6502 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1421012-
CMYK00.290.990.44
HSL42.43º97.22%28.24%-
HSV(B)42.43º98.59%55.69%-
XYZ15.8215.062.13-
YUV101.9771.58156.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.96%
GREEN value IS 101 (39.84% from 255) = 41.22%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=57.96%
G=41.22%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142101200.290.990.4442.4397.2228.24
Hex8E65201D632C2a611c
Octal2161452035143545214134
Binary100011101100101100111011100011101100101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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