Html Css Color HEX #A52121 Brown

📋 copy color: '#A52121'

red 165 ◦ green 33 ◦ blue 33

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

Shades of Brown #A52121

Tints of Brown #A52121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

 BLUE value IS 33 (13.28% from 255) = 14.29%

R = 71.43%
G = 14.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A52121 (or 0xA52121) is known color: Brown. HEX triplet: A5, 21 and 21. RGB value is (165,33,33). Sum of RGB (Red+Green+Blue) = 165+33+33=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A52121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52121 is #5ADEDE. Grayscale: #484848. Windows color (decimal): -5955295 or 2171301. OLE color: 2171301.

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

Color convert

RGB 165 33 33 -
CMYK 0 0.8 0.8 0.35
HSL 0.67% 0.39% -
HSV(B) 0.8% 0.65% -
XYZ 16.34 9.2 2.35 -
YUV 72.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 165 33 33 0 0.8 0.8 0.35 0 0.67 0.39
Hex A5 21 21 0 50 50 23 0 43 27
Octal 245 41 41 0 120 120 43 0 103 47
Binary 10100101 100001 100001 0 1010000 1010000 100011 0 1000011 100111

Color Harmonies of #A52121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52121

Black with #A52121

Text Example


Text Example

White with #A52121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52121; }

 p { color: rgb(165,33,33); }

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

background-color css

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

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

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

border-color css

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

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

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