#4D4E37

Color #4D4E37 Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #4D4E37

Tints of Waiouru #4D4E37

Color information

#4D4E37 (or 0x4D4E37) is unknown color: approx Waiouru. HEX triplet: 4D, 4E and 37. RGB value is (77,78,55). Sum of RGB (Red+Green+Blue) = 77+78+55=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 78 - color contains mainly: green. Hex color #4D4E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4E37 is #B2B1C8. Grayscale: #4B4B4B. Windows color (decimal): -11710921 or 3624525. OLE color: 3624525.

HSL color Cylindrical-coordinate representation of color #4D4E37: hue angle of 62.61º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D4E37 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB777855-
CMYK0.0100.290.69
HSL62.61º17.29%26.08%-
HSV(B)62.61º29.49%30.59%-
XYZ6.477.34.68-
YUV75.08116.67129.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.67%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 55 (21.88% from 255) = 26.19%
R=36.67%
G=37.14%
B=26.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7778550.0100.290.6962.6117.2926.08
Hex4D4E37101D453f111a
Octal115116671035105772132
Binary10011011001110110111101110110001011111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D4E37; }

 p { color: rgb(77,78,55); }

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

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

 a { background-color: rgb(77,78,55); }

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

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

 span { border-color: rgb(77,78,55); }

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