#8A5F0D

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

Shades of Golden Brown #8A5F0D

Tints of Golden Brown #8A5F0D

Color information

#8A5F0D (or 0x8A5F0D) is unknown color: approx Golden Brown. HEX triplet: 8A, 5F and 0D. RGB value is (138,95,13). Sum of RGB (Red+Green+Blue) = 138+95+13=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5F0D is #75A0F2. Grayscale: #626262. Windows color (decimal): -7708915 or 876426. OLE color: 876426.

HSL color Cylindrical-coordinate representation of color #8A5F0D: hue angle of 39.36º 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 #8A5F0D is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1389513-
CMYK00.310.910.46
HSL39.36º82.78%29.61%-
HSV(B)39.36º90.58%54.12%-
XYZ14.6513.622.24-
YUV98.5179.75156.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.10%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=56.10%
G=38.62%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138951300.310.910.4639.3682.7829.61
Hex8A5FD01F5B2E27531e
Octal21213715037133564712336
Binary10001010101111111010111111011011101110100111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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