Html Css Color HEX #A52F2A Brown

📋 copy color: '#A52F2A'

red 165 ◦ green 47 ◦ blue 42

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

Shades of Brown #A52F2A

Tints of Brown #A52F2A

RGB

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

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

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

R = 64.96%
G = 18.5%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A52F2A (or 0xA52F2A) is known color: Brown. HEX triplet: A5, 2F and 2A. RGB value is (165,47,42). Sum of RGB (Red+Green+Blue) = 165+47+42=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52F2A is #5AD0D5. Grayscale: #515151. Windows color (decimal): -5951702 or 2764709. OLE color: 2764709.

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

Color convert

RGB 165 47 42 -
CMYK 0 0.72 0.75 0.35
HSL 2.44º 0.59% 0.41% -
HSV(B) 2.44º 0.75% 0.65% -
XYZ 16.95 10.2 3.27 -
YUV 81.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 165 47 42 0 0.72 0.75 0.35 2.44 0.59 0.41
Hex A5 2F 2A 0 48 4B 23 2 3B 29
Octal 245 57 52 0 110 113 43 2 73 51
Binary 10100101 101111 101010 0 1001000 1001011 100011 10 111011 101001

Color Harmonies of #A52F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F2A

Black with #A52F2A

Text Example


Text Example

White with #A52F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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