#4F5329

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

Shades of Waiouru #4F5329

Tints of Waiouru #4F5329

Color information

#4F5329 (or 0x4F5329) is unknown color: approx Waiouru. HEX triplet: 4F, 53 and 29. RGB value is (79,83,41). Sum of RGB (Red+Green+Blue) = 79+83+41=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5329 is #B0ACD6. Grayscale: #4D4D4D. Windows color (decimal): -11578583 or 2708303. OLE color: 2708303.

HSL color Cylindrical-coordinate representation of color #4F5329: hue angle of 65.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F5329 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB798341-
CMYK0.0500.510.67
HSL65.71º33.87%24.31%-
HSV(B)65.71º50.6%32.55%-
XYZ6.728.013.29-
YUV77.02107.67129.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.92%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=38.92%
G=40.89%
B=20.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7983410.0500.510.6765.7133.8724.31
Hex4F5329503343422218
Octal1171235150631031024230
Binary1001111101001110100110101100111000011100001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,83,41); }

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

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

 a { background-color: rgb(79,83,41); }

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

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

 span { border-color: rgb(79,83,41); }

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