#a92524

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

Shades of Brown #A92524

Tints of Brown #A92524

Color information

#A92524 (or 0xA92524) is unknown color: approx Brown. HEX triplet: A9, 25 and 24. RGB value is (169,37,36). Sum of RGB (Red+Green+Blue) = 169+37+36=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A92524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92524 is #56DADB. Grayscale: #4C4C4C. Windows color (decimal): -5692124 or 2368937. OLE color: 2368937.

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

Color convert

RGB1693736-
CMYK00.780.790.34
HSL0.45º64.88%40.2%-
HSV(B)0.45º78.7%66.27%-
XYZ17.349.892.66-
YUV76.35105.23194.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.83%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 36 (14.45% from 255) = 14.88%
R=69.83%
G=15.29%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169373600.780.790.340.4564.8840.2
HexA9252404E4F2204128
Octal2514544011611742010150
Binary1010100110010110010001001110100111110001001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a92524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a92524; }

 p { color: rgb(169,37,36); }

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

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

 a { background-color: rgb(169,37,36); }

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

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

 span { border-color: rgb(169,37,36); }

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