#B78054

Color #B78054 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #B78054

Tints of Muddy Waters #B78054

Color information

#B78054 (or 0xB78054) is unknown color: approx Muddy Waters. HEX triplet: B7, 80 and 54. RGB value is (183,128,84). Sum of RGB (Red+Green+Blue) = 183+128+84=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B78054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78054 is #487FAB. Grayscale: #8B8B8B. Windows color (decimal): -4751276 or 5537975. OLE color: 5537975.

HSL color Cylindrical-coordinate representation of color #B78054: hue angle of 26.67º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B78054 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18312884-
CMYK00.300.540.28
HSL26.67º40.74%52.35%-
HSV(B)26.67º54.1%71.76%-
XYZ28.8526.1511.91-
YUV139.4396.72159.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 84 (33.20% from 255) = 21.27%
R=46.33%
G=32.41%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831288400.300.540.2826.6740.7452.35
HexB7805401E361C1b2934
Octal2672001240366634335164
Binary101101111000000010101000111101101101110011011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78054; }

 p { color: rgb(183,128,84); }

 H1.HeaderClassName
 {
   color: #B78054;
 }
 .AnyTagClassName
 {
   color: #B78054;
 }
</style>
background-color css

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

 a { background-color: rgb(183,128,84); }

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

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

 span { border-color: rgb(183,128,84); }

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