#8A5F15

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

Shades of Golden Brown #8A5F15

Tints of Golden Brown #8A5F15

Color information

#8A5F15 (or 0x8A5F15) is unknown color: approx Golden Brown. HEX triplet: 8A, 5F and 15. RGB value is (138,95,21). Sum of RGB (Red+Green+Blue) = 138+95+21=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5F15 is #75A0EA. Grayscale: #636363. Windows color (decimal): -7708907 or 1400714. OLE color: 1400714.

HSL color Cylindrical-coordinate representation of color #8A5F15: hue angle of 37.95º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A5F15 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1389521-
CMYK00.310.850.46
HSL37.95º73.58%31.18%-
HSV(B)37.95º84.78%54.12%-
XYZ14.7113.642.57-
YUV99.4283.75155.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.33%
GREEN value IS 95 (37.5% from 255) = 37.40%
BLUE value IS 21 (8.59% from 255) = 8.27%
R=54.33%
G=37.40%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138952100.310.850.4637.9573.5831.18
Hex8A5F1501F552E264a1f
Octal21213725037125564611237
Binary100010101011111101010111111010101101110100110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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