Html Css Color HEX #A52C20 Brown

📋 copy color: '#A52C20'

red 165 ◦ green 44 ◦ blue 32

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

Shades of Brown #A52C20

Tints of Brown #A52C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.26%

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

R = 68.46%
G = 18.26%
B = 13.28%

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

#A52C20 (or 0xA52C20) is known color: Brown. HEX triplet: A5, 2C and 20. RGB value is (165,44,32). Sum of RGB (Red+Green+Blue) = 165+44+32=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52C20 is #5AD3DF. Grayscale: #4E4E4E. Windows color (decimal): -5952480 or 2108581. OLE color: 2108581.

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

Color convert

RGB 165 44 32 -
CMYK 0 0.73 0.81 0.35
HSL 5.41º 0.68% 0.39% -
HSV(B) 5.41º 0.81% 0.65% -
XYZ 16.68 9.9 2.4 -
YUV 78.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 165 44 32 0 0.73 0.81 0.35 5.41 0.68 0.39
Hex A5 2C 20 0 49 51 23 5 44 27
Octal 245 54 40 0 111 121 43 5 104 47
Binary 10100101 101100 100000 0 1001001 1010001 100011 101 1000100 100111

Color Harmonies of #A52C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C20

Black with #A52C20

Text Example


Text Example

White with #A52C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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