Html Css Color HEX #A52E24 Brown

📋 copy color: '#A52E24'

red 165 ◦ green 46 ◦ blue 36

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

Shades of Brown #A52E24

Tints of Brown #A52E24

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.62%

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

R = 66.8%
G = 18.62%
B = 14.57%

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

#A52E24 (or 0xA52E24) is known color: Brown. HEX triplet: A5, 2E and 24. RGB value is (165,46,36). Sum of RGB (Red+Green+Blue) = 165+46+36=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52E24 is #5AD1DB. Grayscale: #505050. Windows color (decimal): -5951964 or 2371237. OLE color: 2371237.

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

Color convert

RGB 165 46 36 -
CMYK 0 0.72 0.78 0.35
HSL 4.65º 0.64% 0.39% -
HSV(B) 4.65º 0.78% 0.65% -
XYZ 16.81 10.08 2.73 -
YUV 80.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 165 46 36 0 0.72 0.78 0.35 4.65 0.64 0.39
Hex A5 2E 24 0 48 4E 23 5 40 27
Octal 245 56 44 0 110 116 43 5 100 47
Binary 10100101 101110 100100 0 1001000 1001110 100011 101 1000000 100111

Color Harmonies of #A52E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52E24

Black with #A52E24

Text Example


Text Example

White with #A52E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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