Html Css Color HEX #A47725 Hot Toddy

📋 copy color: '#A47725'

red 164 ◦ green 119 ◦ blue 37

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

Shades of Hot Toddy #A47725

Tints of Hot Toddy #A47725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.19%

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 51.25%
G = 37.19%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A47725 (or 0xA47725) is known color: Hot Toddy. HEX triplet: A4, 77 and 25. RGB value is (164,119,37). Sum of RGB (Red+Green+Blue) = 164+119+37=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A47725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47725 is #5B88DA. Grayscale: #7B7B7B. Windows color (decimal): -5998811 or 2455460. OLE color: 2455460.

HSL color Cylindrical-coordinate representation of color #A47725: hue angle of 38.74º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A47725 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 119 37 -
CMYK 0 0.27 0.77 0.36
HSL 38.74º 0.63% 0.39% -
HSV(B) 38.74º 0.77% 0.64% -
XYZ 22.24 21.22 4.67 -
YUV 123.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 164 119 37 0 0.27 0.77 0.36 38.74 0.63 0.39
Hex A4 77 25 0 1B 4D 24 27 3F 27
Octal 244 167 45 0 33 115 44 47 77 47
Binary 10100100 1110111 100101 0 11011 1001101 100100 100111 111111 100111

Color Harmonies of #A47725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47725

Black with #A47725

Text Example


Text Example

White with #A47725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47725; }

 p { color: rgb(164,119,37); }

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

background-color css

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

 a { background-color: rgb(164,119,37); }

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

border-color css

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

 span { border-color: rgb(164,119,37); }

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