#A5281B

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

Shades of Brown #A5281B

Tints of Brown #A5281B

Color information

#A5281B (or 0xA5281B) is unknown color: approx Brown. HEX triplet: A5, 28 and 1B. RGB value is (165,40,27). Sum of RGB (Red+Green+Blue) = 165+40+27=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A5281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5281B is #5AD7E4. Grayscale: #4C4C4C. Windows color (decimal): -5953509 or 1779877. OLE color: 1779877.

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

Color convert

RGB1654027-
CMYK00.760.840.35
HSL5.65º71.88%37.65%-
HSV(B)5.65º83.64%64.71%-
XYZ16.479.62.02-
YUV75.89100.41191.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 71.12%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 27 (10.94% from 255) = 11.64%
R=71.12%
G=17.24%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165402700.760.840.355.6571.8837.65
HexA5281B04C542364826
Octal2455033011412443611046
Binary10100101101000110110100110010101001000111101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5281B; }

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

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

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

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

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

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

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

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