#8E630C

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

Shades of Golden Brown #8E630C

Tints of Golden Brown #8E630C

Color information

#8E630C (or 0x8E630C) is unknown color: approx Golden Brown. HEX triplet: 8E, 63 and 0C. RGB value is (142,99,12). Sum of RGB (Red+Green+Blue) = 142+99+12=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E630C is #719CF3. Grayscale: #666666. Windows color (decimal): -7445748 or 811918. OLE color: 811918.

HSL color Cylindrical-coordinate representation of color #8E630C: hue angle of 40.15º degrees, saturation: 0.84, 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 #8E630C is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB1429912-
CMYK00.300.920.44
HSL40.15º84.42%30.2%-
HSV(B)40.15º91.55%55.69%-
XYZ15.6814.72.36-
YUV101.9477.25156.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.13%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 12 (5.08% from 255) = 4.74%
R=56.13%
G=39.13%
B=4.74%

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
Decimal142991200.300.920.4440.1584.4230.2
Hex8E63C01E5C2C28541e
Octal21614314036134545012436
Binary10001110110001111000111101011100101100101000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,99,12); }

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

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

 a { background-color: rgb(142,99,12); }

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

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

 span { border-color: rgb(142,99,12); }

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