Html Css Color HEX #A78348 Muddy Waters

📋 copy color: '#A78348'

red 167 ◦ green 131 ◦ blue 72

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

Shades of Muddy Waters #A78348

Tints of Muddy Waters #A78348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 45.14%
G = 35.41%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A78348 (or 0xA78348) is known color: Muddy Waters. HEX triplet: A7, 83 and 48. RGB value is (167,131,72). Sum of RGB (Red+Green+Blue) = 167+131+72=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A78348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78348 is #587CB7. Grayscale: #878787. Windows color (decimal): -5799096 or 4752295. OLE color: 4752295.

HSL color Cylindrical-coordinate representation of color #A78348: hue angle of 37.26º 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 #A78348 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 131 72 -
CMYK 0 0.22 0.57 0.35
HSL 37.26º 0.4% 0.47% -
HSV(B) 37.26º 0.57% 0.65% -
XYZ 25.22 24.92 9.61 -
YUV 135.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 167 131 72 0 0.22 0.57 0.35 37.26 0.4 0.47
Hex A7 83 48 0 16 39 23 25 28 2F
Octal 247 203 110 0 26 71 43 45 50 57
Binary 10100111 10000011 1001000 0 10110 111001 100011 100101 101000 101111

Color Harmonies of #A78348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78348

Black with #A78348

Text Example


Text Example

White with #A78348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78348; }

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

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

background-color css

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

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

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

border-color css

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

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

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