#AD3720

Color #AD3720 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #AD3720

Tints of Brown #AD3720

Color information

#AD3720 (or 0xAD3720) is unknown color: approx Brown. HEX triplet: AD, 37 and 20. RGB value is (173,55,32). Sum of RGB (Red+Green+Blue) = 173+55+32=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3720 is #52C8DF. Grayscale: #575757. Windows color (decimal): -5425376 or 2111405. OLE color: 2111405.

HSL color Cylindrical-coordinate representation of color #AD3720: hue angle of 9.79º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD3720 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB1735532-
CMYK00.680.820.32
HSL9.79º68.78%40.2%-
HSV(B)9.79º81.5%67.84%-
XYZ18.8611.722.63-
YUV87.6696.59188.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.54%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 32 (12.89% from 255) = 12.31%
R=66.54%
G=21.15%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173553200.680.820.329.7968.7840.2
HexAD37200445220a4528
Octal25567400104122401210550
Binary1010110111011110000001000100101001010000010101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3720; }

 p { color: rgb(173,55,32); }

 H1.HeaderClassName
 {
   color: #AD3720;
 }
 .AnyTagClassName
 {
   color: #AD3720;
 }
</style>
background-color css

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

 a { background-color: rgb(173,55,32); }

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

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

 span { border-color: rgb(173,55,32); }

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