Html Css Color HEX #A52524 Brown

📋 copy color: '#A52524'

red 165 ◦ green 37 ◦ blue 36

#A52524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #A52524

Tints of Brown #A52524

RGB

 RED value IS 165 (64.84% from 255) = 69.33%

 GREEN value IS 37 (14.84% from 255) = 15.55%

 BLUE value IS 36 (14.45% from 255) = 15.13%

R = 69.33%
G = 15.55%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A52524 (or 0xA52524) is known color: Brown. HEX triplet: A5, 25 and 24. RGB value is (165,37,36). Sum of RGB (Red+Green+Blue) = 165+37+36=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A52524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52524 is #5ADADB. Grayscale: #4B4B4B. Windows color (decimal): -5954268 or 2368933. OLE color: 2368933.

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

Color convert

RGB 165 37 36 -
CMYK 0 0.78 0.78 0.35
HSL 0.47º 0.64% 0.39% -
HSV(B) 0.47º 0.78% 0.65% -
XYZ 16.5 9.45 2.62 -
YUV 75.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 165 37 36 0 0.78 0.78 0.35 0.47 0.64 0.39
Hex A5 25 24 0 4E 4E 23 0 40 27
Octal 245 45 44 0 116 116 43 0 100 47
Binary 10100101 100101 100100 0 1001110 1001110 100011 0 1000000 100111

Color Harmonies of #A52524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52524

Black with #A52524

Text Example


Text Example

White with #A52524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52524; }

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

 H1.HeaderClassName
 {
   color: #A52524;
 }
 .AnyTagClassName
 {
   color: #A52524;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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