Html Css Color HEX #A78548 Muddy Waters

📋 copy color: '#A78548'

red 167 ◦ green 133 ◦ blue 72

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

Shades of Muddy Waters #A78548

Tints of Muddy Waters #A78548

RGB

 RED value IS 167 (65.63% from 255) = 44.89%

 GREEN value IS 133 (52.34% from 255) = 35.75%

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 44.89%
G = 35.75%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A78548 (or 0xA78548) is known color: Muddy Waters. HEX triplet: A7, 85 and 48. RGB value is (167,133,72). Sum of RGB (Red+Green+Blue) = 167+133+72=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A78548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78548 is #587AB7. Grayscale: #888888. Windows color (decimal): -5798584 or 4752807. OLE color: 4752807.

HSL color Cylindrical-coordinate representation of color #A78548: hue angle of 38.53º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A78548 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 133 72 -
CMYK 0 0.20 0.57 0.35
HSL 38.53º 0.4% 0.47% -
HSV(B) 38.53º 0.57% 0.65% -
XYZ 25.49 25.46 9.7 -
YUV 136.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 167 133 72 0 0.20 0.57 0.35 38.53 0.4 0.47
Hex A7 85 48 0 14 39 23 27 28 2F
Octal 247 205 110 0 24 71 43 47 50 57
Binary 10100111 10000101 1001000 0 10100 111001 100011 100111 101000 101111

Color Harmonies of #A78548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78548

Black with #A78548

Text Example


Text Example

White with #A78548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78548; }

 p { color: rgb(167,133,72); }

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

background-color css

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

 a { background-color: rgb(167,133,72); }

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

border-color css

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

 span { border-color: rgb(167,133,72); }

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