Html Css Color HEX #A52F24 Brown

📋 copy color: '#A52F24'

red 165 ◦ green 47 ◦ blue 36

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

Shades of Brown #A52F24

Tints of Brown #A52F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 66.53%
G = 18.95%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A52F24 (or 0xA52F24) is known color: Brown. HEX triplet: A5, 2F and 24. RGB value is (165,47,36). Sum of RGB (Red+Green+Blue) = 165+47+36=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52F24 is #5AD0DB. Grayscale: #515151. Windows color (decimal): -5951708 or 2371493. OLE color: 2371493.

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

Color convert

RGB 165 47 36 -
CMYK 0 0.72 0.78 0.35
HSL 5.12º 0.64% 0.39% -
HSV(B) 5.12º 0.78% 0.65% -
XYZ 16.85 10.16 2.74 -
YUV 81.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 165 47 36 0 0.72 0.78 0.35 5.12 0.64 0.39
Hex A5 2F 24 0 48 4E 23 5 40 27
Octal 245 57 44 0 110 116 43 5 100 47
Binary 10100101 101111 100100 0 1001000 1001110 100011 101 1000000 100111

Color Harmonies of #A52F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F24

Black with #A52F24

Text Example


Text Example

White with #A52F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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