Html Css Color HEX #A43520 Brown

📋 copy color: '#A43520'

red 164 ◦ green 53 ◦ blue 32

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

Shades of Brown #A43520

Tints of Brown #A43520

RGB

 RED value IS 164 (64.45% from 255) = 65.86%

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

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

R = 65.86%
G = 21.29%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A43520 (or 0xA43520) is known color: Brown. HEX triplet: A4, 35 and 20. RGB value is (164,53,32). Sum of RGB (Red+Green+Blue) = 164+53+32=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A43520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43520 is #5BCADF. Grayscale: #535353. Windows color (decimal): -6015712 or 2110884. OLE color: 2110884.

HSL color Cylindrical-coordinate representation of color #A43520: hue angle of 9.55º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A43520 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 53 32 -
CMYK 0 0.68 0.80 0.36
HSL 9.55º 0.67% 0.38% -
HSV(B) 9.55º 0.8% 0.64% -
XYZ 16.84 10.54 2.51 -
YUV 83.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 164 53 32 0 0.68 0.80 0.36 9.55 0.67 0.38
Hex A4 35 20 0 44 50 24 A 43 26
Octal 244 65 40 0 104 120 44 12 103 46
Binary 10100100 110101 100000 0 1000100 1010000 100100 1010 1000011 100110

Color Harmonies of #A43520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43520

Black with #A43520

Text Example


Text Example

White with #A43520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43520; }

 p { color: rgb(164,53,32); }

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

background-color css

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

 a { background-color: rgb(164,53,32); }

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

border-color css

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

 span { border-color: rgb(164,53,32); }

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