Html Css Color HEX #A52221 Brown

📋 copy color: '#A52221'

red 165 ◦ green 34 ◦ blue 33

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

Shades of Brown #A52221

Tints of Brown #A52221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

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

R = 71.12%
G = 14.66%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A52221 (or 0xA52221) is known color: Brown. HEX triplet: A5, 22 and 21. RGB value is (165,34,33). Sum of RGB (Red+Green+Blue) = 165+34+33=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A52221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52221 is #5ADDDE. Grayscale: #494949. Windows color (decimal): -5955039 or 2171557. OLE color: 2171557.

HSL color Cylindrical-coordinate representation of color #A52221: hue angle of 0.45º 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 #A52221 is Cyan = 0, Magento = 0.79, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 34 33 -
CMYK 0 0.79 0.8 0.35
HSL 0.45º 0.67% 0.39% -
HSV(B) 0.45º 0.8% 0.65% -
XYZ 16.36 9.25 2.36 -
YUV 73.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 165 34 33 0 0.79 0.8 0.35 0.45 0.67 0.39
Hex A5 22 21 0 4F 50 23 0 43 27
Octal 245 42 41 0 117 120 43 0 103 47
Binary 10100101 100010 100001 0 1001111 1010000 100011 0 1000011 100111

Color Harmonies of #A52221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52221

Black with #A52221

Text Example


Text Example

White with #A52221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52221; }

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

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

background-color css

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

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

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

border-color css

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

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

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