#4D4E2D

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

Shades of Waiouru #4D4E2D

Tints of Waiouru #4D4E2D

Color information

#4D4E2D (or 0x4D4E2D) is unknown color: approx Waiouru. HEX triplet: 4D, 4E and 2D. RGB value is (77,78,45). Sum of RGB (Red+Green+Blue) = 77+78+45=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 78 - color contains mainly: green. Hex color #4D4E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4E2D is #B2B1D2. Grayscale: #4A4A4A. Windows color (decimal): -11710931 or 2969165. OLE color: 2969165.

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

Color convert

RGB777845-
CMYK0.0100.420.69
HSL61.82º26.83%24.12%-
HSV(B)61.82º42.31%30.59%-
XYZ6.267.223.55-
YUV73.94111.67130.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.5%
GREEN value IS 78 (30.86% from 255) = 39%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=38.5%
G=39%
B=22.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7778450.0100.420.6961.8226.8324.12
Hex4D4E2D102A453e1b18
Octal115116551052105763330
Binary100110110011101011011010101010001011111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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