Html Css Color HEX #A53124 Brown

📋 copy color: '#A53124'

red 165 ◦ green 49 ◦ blue 36

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

Shades of Brown #A53124

Tints of Brown #A53124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

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

R = 66%
G = 19.6%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A53124 (or 0xA53124) is known color: Brown. HEX triplet: A5, 31 and 24. RGB value is (165,49,36). Sum of RGB (Red+Green+Blue) = 165+49+36=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A53124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53124 is #5ACEDB. Grayscale: #525252. Windows color (decimal): -5951196 or 2372005. OLE color: 2372005.

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

Color convert

RGB 165 49 36 -
CMYK 0 0.70 0.78 0.35
HSL 6.05º 0.64% 0.39% -
HSV(B) 6.05º 0.78% 0.65% -
XYZ 16.93 10.32 2.77 -
YUV 82.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 165 49 36 0 0.70 0.78 0.35 6.05 0.64 0.39
Hex A5 31 24 0 46 4E 23 6 40 27
Octal 245 61 44 0 106 116 43 6 100 47
Binary 10100101 110001 100100 0 1000110 1001110 100011 110 1000000 100111

Color Harmonies of #A53124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53124

Black with #A53124

Text Example


Text Example

White with #A53124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53124; }

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

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

background-color css

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

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

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

border-color css

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

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

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