Html Css Color HEX #A52D2A Brown

📋 copy color: '#A52D2A'

red 165 ◦ green 45 ◦ blue 42

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

Shades of Brown #A52D2A

Tints of Brown #A52D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 65.48%
G = 17.86%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A52D2A (or 0xA52D2A) is known color: Brown. HEX triplet: A5, 2D and 2A. RGB value is (165,45,42). Sum of RGB (Red+Green+Blue) = 165+45+42=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D2A is #5AD2D5. Grayscale: #505050. Windows color (decimal): -5952214 or 2764197. OLE color: 2764197.

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

Color convert

RGB 165 45 42 -
CMYK 0 0.73 0.75 0.35
HSL 1.46º 0.59% 0.41% -
HSV(B) 1.46º 0.75% 0.65% -
XYZ 16.87 10.04 3.24 -
YUV 80.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 165 45 42 0 0.73 0.75 0.35 1.46 0.59 0.41
Hex A5 2D 2A 0 49 4B 23 1 3B 29
Octal 245 55 52 0 111 113 43 1 73 51
Binary 10100101 101101 101010 0 1001001 1001011 100011 1 111011 101001

Color Harmonies of #A52D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D2A

Black with #A52D2A

Text Example


Text Example

White with #A52D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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