Html Css Color HEX #A52929 Brown

📋 copy color: '#A52929'

red 165 ◦ green 41 ◦ blue 41

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

Shades of Brown #A52929

Tints of Brown #A52929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.6%

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

R = 66.8%
G = 16.6%
B = 16.6%

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

#A52929 (or 0xA52929) is known color: Brown. HEX triplet: A5, 29 and 29. RGB value is (165,41,41). Sum of RGB (Red+Green+Blue) = 165+41+41=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A52929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52929 is #5AD6D6. Grayscale: #4E4E4E. Windows color (decimal): -5953239 or 2697637. OLE color: 2697637.

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

Color convert

RGB 165 41 41 -
CMYK 0 0.75 0.75 0.35
HSL 0.6% 0.4% -
HSV(B) 0.75% 0.65% -
XYZ 16.71 9.75 3.1 -
YUV 78.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 165 41 41 0 0.75 0.75 0.35 0 0.6 0.4
Hex A5 29 29 0 4B 4B 23 0 3C 28
Octal 245 51 51 0 113 113 43 0 74 50
Binary 10100101 101001 101001 0 1001011 1001011 100011 0 111100 101000

Color Harmonies of #A52929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52929

Black with #A52929

Text Example


Text Example

White with #A52929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52929; }

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

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

background-color css

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

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

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

border-color css

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

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

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