#A52827

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

Shades of Brown #A52827

Tints of Brown #A52827

Color information

#A52827 (or 0xA52827) is unknown color: approx Brown. HEX triplet: A5, 28 and 27. RGB value is (165,40,39). Sum of RGB (Red+Green+Blue) = 165+40+39=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A52827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52827 is #5AD7D8. Grayscale: #4D4D4D. Windows color (decimal): -5953497 or 2566309. OLE color: 2566309.

HSL color Cylindrical-coordinate representation of color #A52827: hue angle of 0.48º 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 #A52827 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1654039-
CMYK00.760.760.35
HSL0.48º61.76%40%-
HSV(B)0.48º76.36%64.71%-
XYZ16.649.662.91-
YUV77.26106.41190.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.62%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 39 (15.62% from 255) = 15.98%
R=67.62%
G=16.39%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165403900.760.760.350.4861.7640
HexA5282704C4C2303e28
Octal245504701141144307650
Binary101001011010001001110100110010011001000110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52827; }

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

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

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

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

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

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

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

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