Html Css Color HEX #A53320 Brown

📋 copy color: '#A53320'

red 165 ◦ green 51 ◦ blue 32

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

Shades of Brown #A53320

Tints of Brown #A53320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 66.53%
G = 20.56%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A53320 (or 0xA53320) is known color: Brown. HEX triplet: A5, 33 and 20. RGB value is (165,51,32). Sum of RGB (Red+Green+Blue) = 165+51+32=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A53320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53320 is #5ACCDF. Grayscale: #535353. Windows color (decimal): -5950688 or 2110373. OLE color: 2110373.

HSL color Cylindrical-coordinate representation of color #A53320: hue angle of 8.57º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A53320 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 51 32 -
CMYK 0 0.69 0.81 0.35
HSL 8.57º 0.68% 0.39% -
HSV(B) 8.57º 0.81% 0.65% -
XYZ 16.96 10.47 2.49 -
YUV 82.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 165 51 32 0 0.69 0.81 0.35 8.57 0.68 0.39
Hex A5 33 20 0 45 51 23 9 44 27
Octal 245 63 40 0 105 121 43 11 104 47
Binary 10100101 110011 100000 0 1000101 1010001 100011 1001 1000100 100111

Color Harmonies of #A53320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53320

Black with #A53320

Text Example


Text Example

White with #A53320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53320; }

 p { color: rgb(165,51,32); }

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

background-color css

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

 a { background-color: rgb(165,51,32); }

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

border-color css

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

 span { border-color: rgb(165,51,32); }

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