#a52d1e

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

Shades of Brown #A52D1E

Tints of Brown #A52D1E

Color information

#A52D1E (or 0xA52D1E) is unknown color: approx Brown. HEX triplet: A5, 2D and 1E. RGB value is (165,45,30). Sum of RGB (Red+Green+Blue) = 165+45+30=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D1E is #5AD2E1. Grayscale: #4F4F4F. Windows color (decimal): -5952226 or 1977765. OLE color: 1977765.

HSL color Cylindrical-coordinate representation of color #A52D1E: hue angle of 6.67º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52D1E is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1654530-
CMYK00.730.820.35
HSL6.67º69.23%38.24%-
HSV(B)6.67º81.82%64.71%-
XYZ16.699.972.27-
YUV79.17100.26189.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.75%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 30 (12.11% from 255) = 12.5%
R=68.75%
G=18.75%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165453000.730.820.356.6769.2338.24
HexA52D1E049522374526
Octal2455536011112243710546
Binary10100101101101111100100100110100101000111111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a52d1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a52d1e; }

 p { color: rgb(165,45,30); }

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

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

 a { background-color: rgb(165,45,30); }

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

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

 span { border-color: rgb(165,45,30); }

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