#8E630B

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

Shades of Golden Brown #8E630B

Tints of Golden Brown #8E630B

Color information

#8E630B (or 0x8E630B) is unknown color: approx Golden Brown. HEX triplet: 8E, 63 and 0B. RGB value is (142,99,11). Sum of RGB (Red+Green+Blue) = 142+99+11=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E630B is #719CF4. Grayscale: #666666. Windows color (decimal): -7445749 or 746382. OLE color: 746382.

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

Color convert

RGB1429911-
CMYK00.300.920.44
HSL40.31º85.62%30%-
HSV(B)40.31º92.25%55.69%-
XYZ15.6814.72.33-
YUV101.8276.75156.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.35%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 11 (4.69% from 255) = 4.37%
R=56.35%
G=39.29%
B=4.37%

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
Decimal142991100.300.920.4440.3185.6230
Hex8E63B01E5C2C28561e
Octal21614313036134545012636
Binary10001110110001110110111101011100101100101000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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