#4F512C

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

Shades of Waiouru #4F512C

Tints of Waiouru #4F512C

Color information

#4F512C (or 0x4F512C) is unknown color: approx Waiouru. HEX triplet: 4F, 51 and 2C. RGB value is (79,81,44). Sum of RGB (Red+Green+Blue) = 79+81+44=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #4F512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F512C is #B0AED3. Grayscale: #4C4C4C. Windows color (decimal): -11579092 or 2904399. OLE color: 2904399.

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

Color convert

RGB798144-
CMYK0.0200.460.68
HSL63.24º29.6%24.51%-
HSV(B)63.24º45.68%31.76%-
XYZ6.627.733.53-
YUV76.18109.84130.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.73%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=38.73%
G=39.71%
B=21.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7981440.0200.460.6863.2429.624.51
Hex4F512C202E443f1e19
Octal117121542056104773631
Binary1001111101000110110010010111010001001111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,81,44); }

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

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

 a { background-color: rgb(79,81,44); }

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

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

 span { border-color: rgb(79,81,44); }

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