#A52927

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

Shades of Brown #A52927

Tints of Brown #A52927

Color information

#A52927 (or 0xA52927) is unknown color: approx Brown. HEX triplet: A5, 29 and 27. RGB value is (165,41,39). Sum of RGB (Red+Green+Blue) = 165+41+39=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A52927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52927 is #5AD6D8. Grayscale: #4D4D4D. Windows color (decimal): -5953241 or 2566565. OLE color: 2566565.

HSL color Cylindrical-coordinate representation of color #A52927: hue angle of 0.95º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52927 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1654139-
CMYK00.750.760.35
HSL0.95º61.76%40%-
HSV(B)0.95º76.36%64.71%-
XYZ16.689.732.92-
YUV77.85106.08190.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 39 (15.62% from 255) = 15.92%
R=67.35%
G=16.73%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165413900.750.760.350.9561.7640
HexA5292704B4C2313e28
Octal245514701131144317650
Binary101001011010011001110100101110011001000111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52927; }

 p { color: rgb(165,41,39); }

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

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

 a { background-color: rgb(165,41,39); }

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

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

 span { border-color: rgb(165,41,39); }

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