Html Css Color HEX #A4784A Muesli

📋 copy color: '#A4784A'

red 164 ◦ green 120 ◦ blue 74

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

Shades of Muesli #A4784A

Tints of Muesli #A4784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 45.81%
G = 33.52%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4784A (or 0xA4784A) is known color: Muesli. HEX triplet: A4, 78 and 4A. RGB value is (164,120,74). Sum of RGB (Red+Green+Blue) = 164+120+74=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4784A is #5B87B5. Grayscale: #808080. Windows color (decimal): -5998518 or 4880548. OLE color: 4880548.

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

Color convert

RGB 164 120 74 -
CMYK 0 0.27 0.55 0.36
HSL 30.67º 0.38% 0.47% -
HSV(B) 30.67º 0.55% 0.64% -
XYZ 23.26 21.82 9.46 -
YUV 127.91 97.58 153.74 -
System Red Green Blue C M Y K H S L
Decimal 164 120 74 0 0.27 0.55 0.36 30.67 0.38 0.47
Hex A4 78 4A 0 1B 37 24 1F 26 2F
Octal 244 170 112 0 33 67 44 37 46 57
Binary 10100100 1111000 1001010 0 11011 110111 100100 11111 100110 101111

Color Harmonies of #A4784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4784A

Black with #A4784A

Text Example


Text Example

White with #A4784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4784A; }

 p { color: rgb(164,120,74); }

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

background-color css

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

 a { background-color: rgb(164,120,74); }

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

border-color css

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

 span { border-color: rgb(164,120,74); }

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