#a55e15

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

Shades of Golden Brown #A55E15

Tints of Golden Brown #A55E15

Color information

#A55E15 (or 0xA55E15) is unknown color: approx Golden Brown. HEX triplet: A5, 5E and 15. RGB value is (165,94,21). Sum of RGB (Red+Green+Blue) = 165+94+21=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55E15 is #5AA1EA. Grayscale: #6B6B6B. Windows color (decimal): -5939691 or 1400485. OLE color: 1400485.

HSL color Cylindrical-coordinate representation of color #A55E15: hue angle of 30.42º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A55E15 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1659421-
CMYK00.430.870.35
HSL30.42º77.42%36.47%-
HSV(B)30.42º87.27%64.71%-
XYZ19.6616.062.77-
YUV106.9179.52169.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 21 (8.59% from 255) = 7.5%
R=58.93%
G=33.57%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165942100.430.870.3530.4277.4236.47
HexA55E1502B57231e4d24
Octal24513625053127433611544
Binary1010010110111101010101010111010111100011111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55e15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55e15; }

 p { color: rgb(165,94,21); }

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

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

 a { background-color: rgb(165,94,21); }

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

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

 span { border-color: rgb(165,94,21); }

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