#A3782F

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

Shades of Hot Toddy #A3782F

Tints of Hot Toddy #A3782F

Color information

#A3782F (or 0xA3782F) is unknown color: approx Hot Toddy. HEX triplet: A3, 78 and 2F. RGB value is (163,120,47). Sum of RGB (Red+Green+Blue) = 163+120+47=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A3782F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3782F is #5C87D0. Grayscale: #7C7C7C. Windows color (decimal): -6064081 or 3111075. OLE color: 3111075.

HSL color Cylindrical-coordinate representation of color #A3782F: hue angle of 37.76º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3782F is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB16312047-
CMYK00.260.710.36
HSL37.76º55.24%41.18%-
HSV(B)37.76º71.17%63.92%-
XYZ22.3321.425.65-
YUV124.5484.25155.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 120 (47.27% from 255) = 36.36%
BLUE value IS 47 (18.75% from 255) = 14.24%
R=49.39%
G=36.36%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631204700.260.710.3637.7655.2441.18
HexA3782F01A4724263729
Octal2431705703210744466751
Binary1010001111110001011110110101000111100100100110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3782F; }

 p { color: rgb(163,120,47); }

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

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

 a { background-color: rgb(163,120,47); }

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

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

 span { border-color: rgb(163,120,47); }

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