Html Css Color HEX #A52A29 Brown

📋 copy color: '#A52A29'

red 165 ◦ green 42 ◦ blue 41

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

Shades of Brown #A52A29

Tints of Brown #A52A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 66.53%
G = 16.94%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A52A29 (or 0xA52A29) is known color: Brown. HEX triplet: A5, 2A and 29. RGB value is (165,42,41). Sum of RGB (Red+Green+Blue) = 165+42+41=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52A29 is #5AD5D6. Grayscale: #4E4E4E. Windows color (decimal): -5952983 or 2697893. OLE color: 2697893.

HSL color Cylindrical-coordinate representation of color #A52A29: hue angle of 0.48º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52A29 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 42 41 -
CMYK 0 0.75 0.75 0.35
HSL 0.48º 0.6% 0.4% -
HSV(B) 0.48º 0.75% 0.65% -
XYZ 16.75 9.82 3.11 -
YUV 78.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 165 42 41 0 0.75 0.75 0.35 0.48 0.6 0.4
Hex A5 2A 29 0 4B 4B 23 0 3C 28
Octal 245 52 51 0 113 113 43 0 74 50
Binary 10100101 101010 101001 0 1001011 1001011 100011 0 111100 101000

Color Harmonies of #A52A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52A29

Black with #A52A29

Text Example


Text Example

White with #A52A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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