#B78252

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

Shades of Muddy Waters #B78252

Tints of Muddy Waters #B78252

Color information

#B78252 (or 0xB78252) is unknown color: approx Muddy Waters. HEX triplet: B7, 82 and 52. RGB value is (183,130,82). Sum of RGB (Red+Green+Blue) = 183+130+82=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B78252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78252 is #487DAD. Grayscale: #8C8C8C. Windows color (decimal): -4750766 or 5407415. OLE color: 5407415.

HSL color Cylindrical-coordinate representation of color #B78252: hue angle of 28.51º 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 #B78252 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18313082-
CMYK00.290.550.28
HSL28.51º41.22%51.96%-
HSV(B)28.51º55.19%71.76%-
XYZ29.0326.6411.59-
YUV140.3895.06158.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 82 (32.42% from 255) = 20.76%
R=46.33%
G=32.91%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831308200.290.550.2828.5141.2251.96
HexB7825201D371C1d2934
Octal2672021220356734355164
Binary101101111000001010100100111011101111110011101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78252; }

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

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

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

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

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

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

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

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