Html Css Color HEX #A52A24 Brown

📋 copy color: '#A52A24'

red 165 ◦ green 42 ◦ blue 36

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

Shades of Brown #A52A24

Tints of Brown #A52A24

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.28%

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

R = 67.9%
G = 17.28%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A52A24 (or 0xA52A24) is known color: Brown. HEX triplet: A5, 2A and 24. RGB value is (165,42,36). Sum of RGB (Red+Green+Blue) = 165+42+36=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52A24 is #5AD5DB. Grayscale: #4E4E4E. Windows color (decimal): -5952988 or 2370213. OLE color: 2370213.

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

Color convert

RGB 165 42 36 -
CMYK 0 0.75 0.78 0.35
HSL 2.79º 0.64% 0.39% -
HSV(B) 2.79º 0.78% 0.65% -
XYZ 16.66 9.78 2.68 -
YUV 78.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 165 42 36 0 0.75 0.78 0.35 2.79 0.64 0.39
Hex A5 2A 24 0 4B 4E 23 3 40 27
Octal 245 52 44 0 113 116 43 3 100 47
Binary 10100101 101010 100100 0 1001011 1001110 100011 11 1000000 100111

Color Harmonies of #A52A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52A24

Black with #A52A24

Text Example


Text Example

White with #A52A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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