Html Css Color HEX #A53528 Brown

📋 copy color: '#A53528'

red 165 ◦ green 53 ◦ blue 40

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

Shades of Brown #A53528

Tints of Brown #A53528

RGB

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

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

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

R = 63.95%
G = 20.54%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A53528 (or 0xA53528) is known color: Brown. HEX triplet: A5, 35 and 28. RGB value is (165,53,40). Sum of RGB (Red+Green+Blue) = 165+53+40=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A53528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53528 is #5ACAD7. Grayscale: #555555. Windows color (decimal): -5950168 or 2635173. OLE color: 2635173.

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

Color convert

RGB 165 53 40 -
CMYK 0 0.68 0.76 0.35
HSL 6.24º 0.61% 0.4% -
HSV(B) 6.24º 0.76% 0.65% -
XYZ 17.17 10.7 3.17 -
YUV 85.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 165 53 40 0 0.68 0.76 0.35 6.24 0.61 0.4
Hex A5 35 28 0 44 4C 23 6 3D 28
Octal 245 65 50 0 104 114 43 6 75 50
Binary 10100101 110101 101000 0 1000100 1001100 100011 110 111101 101000

Color Harmonies of #A53528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53528

Black with #A53528

Text Example


Text Example

White with #A53528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53528; }

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

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

background-color css

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

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

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

border-color css

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

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

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