Html Css Color HEX #A53524 Brown

📋 copy color: '#A53524'

red 165 ◦ green 53 ◦ blue 36

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

Shades of Brown #A53524

Tints of Brown #A53524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

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

R = 64.96%
G = 20.87%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A53524 (or 0xA53524) is known color: Brown. HEX triplet: A5, 35 and 24. RGB value is (165,53,36). Sum of RGB (Red+Green+Blue) = 165+53+36=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A53524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53524 is #5ACADB. Grayscale: #545454. Windows color (decimal): -5950172 or 2373029. OLE color: 2373029.

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

Color convert

RGB 165 53 36 -
CMYK 0 0.68 0.78 0.35
HSL 7.91º 0.64% 0.39% -
HSV(B) 7.91º 0.78% 0.65% -
XYZ 17.11 10.67 2.83 -
YUV 84.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 165 53 36 0 0.68 0.78 0.35 7.91 0.64 0.39
Hex A5 35 24 0 44 4E 23 8 40 27
Octal 245 65 44 0 104 116 43 10 100 47
Binary 10100101 110101 100100 0 1000100 1001110 100011 1000 1000000 100111

Color Harmonies of #A53524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53524

Black with #A53524

Text Example


Text Example

White with #A53524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53524; }

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

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

background-color css

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

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

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

border-color css

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

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

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