Html Css Color HEX #A4742D Hot Toddy

📋 copy color: '#A4742D'

red 164 ◦ green 116 ◦ blue 45

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

Shades of Hot Toddy #A4742D

Tints of Hot Toddy #A4742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 50.46%
G = 35.69%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4742D (or 0xA4742D) is known color: Hot Toddy. HEX triplet: A4, 74 and 2D. RGB value is (164,116,45). Sum of RGB (Red+Green+Blue) = 164+116+45=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4742D is #5B8BD2. Grayscale: #7A7A7A. Windows color (decimal): -5999571 or 2978980. OLE color: 2978980.

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

Color convert

RGB 164 116 45 -
CMYK 0 0.29 0.73 0.36
HSL 35.8º 0.57% 0.41% -
HSV(B) 35.8º 0.73% 0.64% -
XYZ 22.03 20.57 5.29 -
YUV 122.26 84.4 157.77 -
System Red Green Blue C M Y K H S L
Decimal 164 116 45 0 0.29 0.73 0.36 35.8 0.57 0.41
Hex A4 74 2D 0 1D 49 24 24 39 29
Octal 244 164 55 0 35 111 44 44 71 51
Binary 10100100 1110100 101101 0 11101 1001001 100100 100100 111001 101001

Color Harmonies of #A4742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4742D

Black with #A4742D

Text Example


Text Example

White with #A4742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4742D; }

 p { color: rgb(164,116,45); }

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

background-color css

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

 a { background-color: rgb(164,116,45); }

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

border-color css

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

 span { border-color: rgb(164,116,45); }

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