Html Css Color HEX #A53224 Brown

📋 copy color: '#A53224'

red 165 ◦ green 50 ◦ blue 36

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

Shades of Brown #A53224

Tints of Brown #A53224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

 BLUE value IS 36 (14.45% from 255) = 14.34%

R = 65.74%
G = 19.92%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A53224 (or 0xA53224) is known color: Brown. HEX triplet: A5, 32 and 24. RGB value is (165,50,36). Sum of RGB (Red+Green+Blue) = 165+50+36=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A53224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53224 is #5ACDDB. Grayscale: #525252. Windows color (decimal): -5950940 or 2372261. OLE color: 2372261.

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

Color convert

RGB 165 50 36 -
CMYK 0 0.70 0.78 0.35
HSL 6.51º 0.64% 0.39% -
HSV(B) 6.51º 0.78% 0.65% -
XYZ 16.98 10.41 2.78 -
YUV 82.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 165 50 36 0 0.70 0.78 0.35 6.51 0.64 0.39
Hex A5 32 24 0 46 4E 23 7 40 27
Octal 245 62 44 0 106 116 43 7 100 47
Binary 10100101 110010 100100 0 1000110 1001110 100011 111 1000000 100111

Color Harmonies of #A53224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53224

Black with #A53224

Text Example


Text Example

White with #A53224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53224; }

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

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

background-color css

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

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

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

border-color css

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

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

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