Html Css Color HEX #A47C30 Hot Toddy

📋 copy color: '#A47C30'

red 164 ◦ green 124 ◦ blue 48

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

Shades of Hot Toddy #A47C30

Tints of Hot Toddy #A47C30

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.9%

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 48.81%
G = 36.9%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A47C30 (or 0xA47C30) is known color: Hot Toddy. HEX triplet: A4, 7C and 30. RGB value is (164,124,48). Sum of RGB (Red+Green+Blue) = 164+124+48=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47C30 is #5B83CF. Grayscale: #7F7F7F. Windows color (decimal): -5997520 or 3177636. OLE color: 3177636.

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

Color convert

RGB 164 124 48 -
CMYK 0 0.24 0.71 0.36
HSL 39.31º 0.55% 0.42% -
HSV(B) 39.31º 0.71% 0.64% -
XYZ 23.05 22.52 5.93 -
YUV 127.3 83.25 154.18 -
System Red Green Blue C M Y K H S L
Decimal 164 124 48 0 0.24 0.71 0.36 39.31 0.55 0.42
Hex A4 7C 30 0 18 47 24 27 37 2A
Octal 244 174 60 0 30 107 44 47 67 52
Binary 10100100 1111100 110000 0 11000 1000111 100100 100111 110111 101010

Color Harmonies of #A47C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C30

Black with #A47C30

Text Example


Text Example

White with #A47C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C30; }

 p { color: rgb(164,124,48); }

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

background-color css

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

 a { background-color: rgb(164,124,48); }

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

border-color css

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

 span { border-color: rgb(164,124,48); }

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