#4D4F2D

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

Shades of Waiouru #4D4F2D

Tints of Waiouru #4D4F2D

Color information

#4D4F2D (or 0x4D4F2D) is unknown color: approx Waiouru. HEX triplet: 4D, 4F and 2D. RGB value is (77,79,45). Sum of RGB (Red+Green+Blue) = 77+79+45=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F2D is #B2B0D2. Grayscale: #4A4A4A. Windows color (decimal): -11710675 or 2969421. OLE color: 2969421.

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

Color convert

RGB777945-
CMYK0.0300.430.69
HSL63.53º27.42%24.31%-
HSV(B)63.53º43.04%30.98%-
XYZ6.337.363.57-
YUV74.53111.34129.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.31%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=38.31%
G=39.30%
B=22.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7779450.0300.430.6963.5327.4224.31
Hex4D4F2D302B45401b18
Octal1151175530531051003330
Binary10011011001111101101110101011100010110000001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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