Html Css Color HEX #A52520 Brown

📋 copy color: '#A52520'

red 165 ◦ green 37 ◦ blue 32

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

Shades of Brown #A52520

Tints of Brown #A52520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.68%

R = 70.51%
G = 15.81%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A52520 (or 0xA52520) is known color: Brown. HEX triplet: A5, 25 and 20. RGB value is (165,37,32). Sum of RGB (Red+Green+Blue) = 165+37+32=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A52520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52520 is #5ADADF. Grayscale: #4A4A4A. Windows color (decimal): -5954272 or 2106789. OLE color: 2106789.

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

Color convert

RGB 165 37 32 -
CMYK 0 0.78 0.81 0.35
HSL 2.26º 0.68% 0.39% -
HSV(B) 2.26º 0.81% 0.65% -
XYZ 16.44 9.43 2.32 -
YUV 74.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 165 37 32 0 0.78 0.81 0.35 2.26 0.68 0.39
Hex A5 25 20 0 4E 51 23 2 44 27
Octal 245 45 40 0 116 121 43 2 104 47
Binary 10100101 100101 100000 0 1001110 1010001 100011 10 1000100 100111

Color Harmonies of #A52520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52520

Black with #A52520

Text Example


Text Example

White with #A52520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52520; }

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

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

background-color css

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

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

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

border-color css

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

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

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