#4D4F2B

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

Shades of Waiouru #4D4F2B

Tints of Waiouru #4D4F2B

Color information

#4D4F2B (or 0x4D4F2B) is unknown color: approx Waiouru. HEX triplet: 4D, 4F and 2B. RGB value is (77,79,43). Sum of RGB (Red+Green+Blue) = 77+79+43=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F2B is #B2B0D4. Grayscale: #4A4A4A. Windows color (decimal): -11710677 or 2838349. OLE color: 2838349.

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

Color convert

RGB777943-
CMYK0.0300.460.69
HSL63.33º29.51%23.92%-
HSV(B)63.33º45.57%30.98%-
XYZ6.297.343.37-
YUV74.3110.34129.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.69%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=38.69%
G=39.70%
B=21.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7779430.0300.460.6963.3329.5123.92
Hex4D4F2B302E453f1e18
Octal115117533056105773630
Binary1001101100111110101111010111010001011111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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