#8A5D0A

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

Shades of Golden Brown #8A5D0A

Tints of Golden Brown #8A5D0A

Color information

#8A5D0A (or 0x8A5D0A) is unknown color: approx Golden Brown. HEX triplet: 8A, 5D and 0A. RGB value is (138,93,10). Sum of RGB (Red+Green+Blue) = 138+93+10=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5D0A is #75A2F5. Grayscale: #616161. Windows color (decimal): -7709430 or 679306. OLE color: 679306.

HSL color Cylindrical-coordinate representation of color #8A5D0A: hue angle of 38.91º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A5D0A is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1389310-
CMYK00.330.930.46
HSL38.91º86.49%29.02%-
HSV(B)38.91º92.75%54.12%-
XYZ14.4513.252.08-
YUV96.9978.91157.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.26%
GREEN value IS 93 (36.72% from 255) = 38.59%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=57.26%
G=38.59%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138931000.330.930.4638.9186.4929.02
Hex8A5DA0215D2E27561d
Octal21213512041135564712635
Binary100010101011101101001000011011101101110100111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,93,10); }

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

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

 a { background-color: rgb(138,93,10); }

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

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

 span { border-color: rgb(138,93,10); }

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