#a5783f

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

Shades of Hot Toddy #A5783F

Tints of Hot Toddy #A5783F

Color information

#A5783F (or 0xA5783F) is unknown color: approx Hot Toddy. HEX triplet: A5, 78 and 3F. RGB value is (165,120,63). Sum of RGB (Red+Green+Blue) = 165+120+63=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A5783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5783F is #5A87C0. Grayscale: #7F7F7F. Windows color (decimal): -5932993 or 4159653. OLE color: 4159653.

HSL color Cylindrical-coordinate representation of color #A5783F: hue angle of 33.53º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5783F is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16512063-
CMYK00.270.620.35
HSL33.53º44.74%44.71%-
HSV(B)33.53º61.82%64.71%-
XYZ23.1321.797.69-
YUV126.9691.91155.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 63 (25% from 255) = 18.10%
R=47.41%
G=34.48%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651206300.270.620.3533.5344.7444.71
HexA5783F01B3E23222d2d
Octal245170770337643425555
Binary101001011111000111111011011111110100011100010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5783f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5783f; }

 p { color: rgb(165,120,63); }

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

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

 a { background-color: rgb(165,120,63); }

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

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

 span { border-color: rgb(165,120,63); }

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