#8A5E0D

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

Shades of Golden Brown #8A5E0D

Tints of Golden Brown #8A5E0D

Color information

#8A5E0D (or 0x8A5E0D) is unknown color: approx Golden Brown. HEX triplet: 8A, 5E and 0D. RGB value is (138,94,13). Sum of RGB (Red+Green+Blue) = 138+94+13=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5E0D is #75A1F2. Grayscale: #626262. Windows color (decimal): -7709171 or 876170. OLE color: 876170.

HSL color Cylindrical-coordinate representation of color #8A5E0D: hue angle of 38.88º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A5E0D is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1389413-
CMYK00.320.910.46
HSL38.88º82.78%29.61%-
HSV(B)38.88º90.58%54.12%-
XYZ14.5613.442.21-
YUV97.9280.08156.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.33%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=56.33%
G=38.37%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138941300.320.910.4638.8882.7829.61
Hex8A5ED0205B2E27531e
Octal21213615040133564712336
Binary100010101011110110101000001011011101110100111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,94,13); }

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

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

 a { background-color: rgb(138,94,13); }

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

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

 span { border-color: rgb(138,94,13); }

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