Html Css Color HEX #A52F2C Brown

📋 copy color: '#A52F2C'

red 165 ◦ green 47 ◦ blue 44

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

Shades of Brown #A52F2C

Tints of Brown #A52F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.36%

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 64.45%
G = 18.36%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A52F2C (or 0xA52F2C) is known color: Brown. HEX triplet: A5, 2F and 2C. RGB value is (165,47,44). Sum of RGB (Red+Green+Blue) = 165+47+44=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52F2C is #5AD0D3. Grayscale: #525252. Windows color (decimal): -5951700 or 2895781. OLE color: 2895781.

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

Color convert

RGB 165 47 44 -
CMYK 0 0.72 0.73 0.35
HSL 1.49º 0.58% 0.41% -
HSV(B) 1.49º 0.73% 0.65% -
XYZ 16.99 10.21 3.46 -
YUV 81.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 165 47 44 0 0.72 0.73 0.35 1.49 0.58 0.41
Hex A5 2F 2C 0 48 49 23 1 3A 29
Octal 245 57 54 0 110 111 43 1 72 51
Binary 10100101 101111 101100 0 1001000 1001001 100011 1 111010 101001

Color Harmonies of #A52F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F2C

Black with #A52F2C

Text Example


Text Example

White with #A52F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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