#8A580E

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

Shades of Golden Brown #8A580E

Tints of Golden Brown #8A580E

Color information

#8A580E (or 0x8A580E) is unknown color: approx Golden Brown. HEX triplet: 8A, 58 and 0E. RGB value is (138,88,14). Sum of RGB (Red+Green+Blue) = 138+88+14=240 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.5% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 138 - color contains mainly: red. Hex color #8A580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A580E is #75A7F1. Grayscale: #5E5E5E. Windows color (decimal): -7710706 or 940170. OLE color: 940170.

HSL color Cylindrical-coordinate representation of color #8A580E: hue angle of 35.81º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A580E is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB1388814-
CMYK00.360.900.46
HSL35.81º81.58%29.8%-
HSV(B)35.81º89.86%54.12%-
XYZ14.0512.412.07-
YUV94.5182.56159.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.5%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=57.5%
G=36.67%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138881400.360.900.4635.8181.5829.8
Hex8A58E0245A2E24521e
Octal21213016044132564412236
Binary100010101011000111001001001011010101110100100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,88,14); }

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

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

 a { background-color: rgb(138,88,14); }

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

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

 span { border-color: rgb(138,88,14); }

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