Html Css Color HEX #A52D20 Brown

📋 copy color: '#A52D20'

red 165 ◦ green 45 ◦ blue 32

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

Shades of Brown #A52D20

Tints of Brown #A52D20

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.6%

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 68.18%
G = 18.6%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A52D20 (or 0xA52D20) is known color: Brown. HEX triplet: A5, 2D and 20. RGB value is (165,45,32). Sum of RGB (Red+Green+Blue) = 165+45+32=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D20 is #5AD2DF. Grayscale: #4F4F4F. Windows color (decimal): -5952224 or 2108837. OLE color: 2108837.

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

Color convert

RGB 165 45 32 -
CMYK 0 0.73 0.81 0.35
HSL 5.86º 0.68% 0.39% -
HSV(B) 5.86º 0.81% 0.65% -
XYZ 16.72 9.98 2.41 -
YUV 79.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 165 45 32 0 0.73 0.81 0.35 5.86 0.68 0.39
Hex A5 2D 20 0 49 51 23 6 44 27
Octal 245 55 40 0 111 121 43 6 104 47
Binary 10100101 101101 100000 0 1001001 1010001 100011 110 1000100 100111

Color Harmonies of #A52D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D20

Black with #A52D20

Text Example


Text Example

White with #A52D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D20; }

 p { color: rgb(165,45,32); }

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

background-color css

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

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

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

border-color css

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

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

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