#A53125

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

Shades of Brown #A53125

Tints of Brown #A53125

Color information

#A53125 (or 0xA53125) is unknown color: approx Brown. HEX triplet: A5, 31 and 25. RGB value is (165,49,37). Sum of RGB (Red+Green+Blue) = 165+49+37=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A53125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53125 is #5ACEDA. Grayscale: #525252. Windows color (decimal): -5951195 or 2437541. OLE color: 2437541.

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

Color convert

RGB1654937-
CMYK00.700.780.35
HSL5.62º63.37%39.61%-
HSV(B)5.62º77.58%64.71%-
XYZ16.9510.332.85-
YUV82.32102.43186.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.74%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 37 (14.84% from 255) = 14.74%
R=65.74%
G=19.52%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165493700.700.780.355.6263.3739.61
HexA531250464E2363f28
Octal245614501061164367750
Binary10100101110001100101010001101001110100011110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53125; }

 p { color: rgb(165,49,37); }

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

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

 a { background-color: rgb(165,49,37); }

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

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

 span { border-color: rgb(165,49,37); }

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