#B7814E

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

Shades of Muddy Waters #B7814E

Tints of Muddy Waters #B7814E

Color information

#B7814E (or 0xB7814E) is unknown color: approx Muddy Waters. HEX triplet: B7, 81 and 4E. RGB value is (183,129,78). Sum of RGB (Red+Green+Blue) = 183+129+78=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7814E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7814E is #487EB1. Grayscale: #8B8B8B. Windows color (decimal): -4751026 or 5145015. OLE color: 5145015.

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

Color convert

RGB18312978-
CMYK00.300.570.28
HSL29.14º42.17%51.18%-
HSV(B)29.14º57.38%71.76%-
XYZ28.7526.3210.77-
YUV139.3393.39159.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 78 (30.86% from 255) = 20%
R=46.92%
G=33.08%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831297800.300.570.2829.1442.1751.18
HexB7814E01E391C1d2a33
Octal2672011160367134355263
Binary101101111000000110011100111101110011110011101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7814E; }

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

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

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

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

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

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

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

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