Html Css Color HEX #A53527 Brown

📋 copy color: '#A53527'

red 165 ◦ green 53 ◦ blue 39

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

Shades of Brown #A53527

Tints of Brown #A53527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.18%

R = 64.2%
G = 20.62%
B = 15.18%

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

#A53527 (or 0xA53527) is known color: Brown. HEX triplet: A5, 35 and 27. RGB value is (165,53,39). Sum of RGB (Red+Green+Blue) = 165+53+39=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A53527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53527 is #5ACAD8. Grayscale: #555555. Windows color (decimal): -5950169 or 2569637. OLE color: 2569637.

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

Color convert

RGB 165 53 39 -
CMYK 0 0.68 0.76 0.35
HSL 6.67º 0.62% 0.4% -
HSV(B) 6.67º 0.76% 0.65% -
XYZ 17.16 10.69 3.08 -
YUV 84.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 165 53 39 0 0.68 0.76 0.35 6.67 0.62 0.4
Hex A5 35 27 0 44 4C 23 7 3E 28
Octal 245 65 47 0 104 114 43 7 76 50
Binary 10100101 110101 100111 0 1000100 1001100 100011 111 111110 101000

Color Harmonies of #A53527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53527

Black with #A53527

Text Example


Text Example

White with #A53527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53527; }

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

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

background-color css

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

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

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

border-color css

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

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

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