#4D522E

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

Shades of Waiouru #4D522E

Tints of Waiouru #4D522E

Color information

#4D522E (or 0x4D522E) is unknown color: approx Waiouru. HEX triplet: 4D, 52 and 2E. RGB value is (77,82,46). Sum of RGB (Red+Green+Blue) = 77+82+46=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #4D522E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D522E is #B2ADD1. Grayscale: #4C4C4C. Windows color (decimal): -11709906 or 3035725. OLE color: 3035725.

HSL color Cylindrical-coordinate representation of color #4D522E: hue angle of 68.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D522E is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB778246-
CMYK0.0600.440.68
HSL68.33º28.13%25.1%-
HSV(B)68.33º43.9%32.16%-
XYZ6.577.813.75-
YUV76.4110.84128.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=37.56%
G=40%
B=22.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7782460.0600.440.6868.3328.1325.1
Hex4D522E602C44441c19
Octal1151225660541041043431
Binary100110110100101011101100101100100010010001001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,82,46); }

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

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

 a { background-color: rgb(77,82,46); }

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

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

 span { border-color: rgb(77,82,46); }

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