#a4721b

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

Shades of Hot Toddy #A4721B

Tints of Hot Toddy #A4721B

Color information

#A4721B (or 0xA4721B) is unknown color: approx Hot Toddy. HEX triplet: A4, 72 and 1B. RGB value is (164,114,27). Sum of RGB (Red+Green+Blue) = 164+114+27=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A4721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4721B is #5B8DE4. Grayscale: #777777. Windows color (decimal): -6000101 or 1798820. OLE color: 1798820.

HSL color Cylindrical-coordinate representation of color #A4721B: hue angle of 38.1º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4721B is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB16411427-
CMYK00.300.840.36
HSL38.1º71.73%37.45%-
HSV(B)38.1º83.54%64.31%-
XYZ21.5220.013.76-
YUV119.0376.06160.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.77%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 27 (10.94% from 255) = 8.85%
R=53.77%
G=37.38%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641142700.300.840.3638.171.7337.45
HexA4721B01E5424264825
Octal24416233036124444611045
Binary1010010011100101101101111010101001001001001101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4721b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4721b; }

 p { color: rgb(164,114,27); }

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

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

 a { background-color: rgb(164,114,27); }

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

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

 span { border-color: rgb(164,114,27); }

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