#B78152

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

Shades of Muddy Waters #B78152

Tints of Muddy Waters #B78152

Color information

#B78152 (or 0xB78152) is unknown color: approx Muddy Waters. HEX triplet: B7, 81 and 52. RGB value is (183,129,82). Sum of RGB (Red+Green+Blue) = 183+129+82=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B78152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78152 is #487EAD. Grayscale: #8C8C8C. Windows color (decimal): -4751022 or 5407159. OLE color: 5407159.

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

Color convert

RGB18312982-
CMYK00.300.550.28
HSL27.92º41.22%51.96%-
HSV(B)27.92º55.19%71.76%-
XYZ28.926.3811.55-
YUV139.7995.39158.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 129 (50.78% from 255) = 32.74%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=46.45%
G=32.74%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831298200.300.550.2827.9241.2251.96
HexB7815201E371C1c2934
Octal2672011220366734345164
Binary101101111000000110100100111101101111110011100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78152; }

 p { color: rgb(183,129,82); }

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

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

 a { background-color: rgb(183,129,82); }

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

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

 span { border-color: rgb(183,129,82); }

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