#4D502B

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

Shades of Waiouru #4D502B

Tints of Waiouru #4D502B

Color information

#4D502B (or 0x4D502B) is unknown color: approx Waiouru. HEX triplet: 4D, 50 and 2B. RGB value is (77,80,43). Sum of RGB (Red+Green+Blue) = 77+80+43=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #4D502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D502B is #B2AFD4. Grayscale: #4B4B4B. Windows color (decimal): -11710421 or 2838605. OLE color: 2838605.

HSL color Cylindrical-coordinate representation of color #4D502B: hue angle of 64.86º 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 #4D502B is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB778043-
CMYK0.0400.460.69
HSL64.86º30.08%24.12%-
HSV(B)64.86º46.25%31.37%-
XYZ6.377.493.4-
YUV74.88110.01129.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.5%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 43 (17.19% from 255) = 21.5%
R=38.5%
G=40%
B=21.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7780430.0400.460.6964.8630.0824.12
Hex4D502B402E45411e18
Octal1151205340561051013630
Binary100110110100001010111000101110100010110000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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