Html Css Color HEX #A52821 Brown

📋 copy color: '#A52821'

red 165 ◦ green 40 ◦ blue 33

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

Shades of Brown #A52821

Tints of Brown #A52821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

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

R = 69.33%
G = 16.81%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A52821 (or 0xA52821) is known color: Brown. HEX triplet: A5, 28 and 21. RGB value is (165,40,33). Sum of RGB (Red+Green+Blue) = 165+40+33=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A52821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52821 is #5AD7DE. Grayscale: #4C4C4C. Windows color (decimal): -5953503 or 2173093. OLE color: 2173093.

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

Color convert

RGB 165 40 33 -
CMYK 0 0.76 0.8 0.35
HSL 3.18º 0.67% 0.39% -
HSV(B) 3.18º 0.8% 0.65% -
XYZ 16.55 9.63 2.42 -
YUV 76.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 165 40 33 0 0.76 0.8 0.35 3.18 0.67 0.39
Hex A5 28 21 0 4C 50 23 3 43 27
Octal 245 50 41 0 114 120 43 3 103 47
Binary 10100101 101000 100001 0 1001100 1010000 100011 11 1000011 100111

Color Harmonies of #A52821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52821

Black with #A52821

Text Example


Text Example

White with #A52821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52821; }

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

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

background-color css

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

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

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

border-color css

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

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

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