Html Css Color HEX #A52421 Brown

📋 copy color: '#A52421'

red 165 ◦ green 36 ◦ blue 33

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

Shades of Brown #A52421

Tints of Brown #A52421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

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

R = 70.51%
G = 15.38%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A52421 (or 0xA52421) is known color: Brown. HEX triplet: A5, 24 and 21. RGB value is (165,36,33). Sum of RGB (Red+Green+Blue) = 165+36+33=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A52421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52421 is #5ADBDE. Grayscale: #4A4A4A. Windows color (decimal): -5954527 or 2172069. OLE color: 2172069.

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

Color convert

RGB 165 36 33 -
CMYK 0 0.78 0.8 0.35
HSL 1.36º 0.67% 0.39% -
HSV(B) 1.36º 0.8% 0.65% -
XYZ 16.42 9.37 2.38 -
YUV 74.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 165 36 33 0 0.78 0.8 0.35 1.36 0.67 0.39
Hex A5 24 21 0 4E 50 23 1 43 27
Octal 245 44 41 0 116 120 43 1 103 47
Binary 10100101 100100 100001 0 1001110 1010000 100011 1 1000011 100111

Color Harmonies of #A52421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52421

Black with #A52421

Text Example


Text Example

White with #A52421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52421; }

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

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

background-color css

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

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

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

border-color css

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

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

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