Html Css Color HEX #A52F28 Brown

📋 copy color: '#A52F28'

red 165 ◦ green 47 ◦ blue 40

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

Shades of Brown #A52F28

Tints of Brown #A52F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.87%

R = 65.48%
G = 18.65%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A52F28 (or 0xA52F28) is known color: Brown. HEX triplet: A5, 2F and 28. RGB value is (165,47,40). Sum of RGB (Red+Green+Blue) = 165+47+40=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52F28 is #5AD0D7. Grayscale: #515151. Windows color (decimal): -5951704 or 2633637. OLE color: 2633637.

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

Color convert

RGB 165 47 40 -
CMYK 0 0.72 0.76 0.35
HSL 3.36º 0.61% 0.4% -
HSV(B) 3.36º 0.76% 0.65% -
XYZ 16.92 10.19 3.08 -
YUV 81.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 165 47 40 0 0.72 0.76 0.35 3.36 0.61 0.4
Hex A5 2F 28 0 48 4C 23 3 3D 28
Octal 245 57 50 0 110 114 43 3 75 50
Binary 10100101 101111 101000 0 1001000 1001100 100011 11 111101 101000

Color Harmonies of #A52F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F28

Black with #A52F28

Text Example


Text Example

White with #A52F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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