#4F4C43

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

Shades of Dune #4F4C43

Tints of Dune #4F4C43

Color information

#4F4C43 (or 0x4F4C43) is unknown color: approx Dune. HEX triplet: 4F, 4C and 43. RGB value is (79,76,67). Sum of RGB (Red+Green+Blue) = 79+76+67=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4C43 is #B0B3BC. Grayscale: #4B4B4B. Windows color (decimal): -11580349 or 4410447. OLE color: 4410447.

HSL color Cylindrical-coordinate representation of color #4F4C43: hue angle of 45º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F4C43 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB797667-
CMYK00.040.150.69
HSL45º8.22%28.63%-
HSV(B)45º15.19%30.98%-
XYZ6.827.246.35-
YUV75.87122.99130.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.59%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 67 (26.56% from 255) = 30.18%
R=35.59%
G=34.23%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79766700.040.150.69458.2228.63
Hex4F4C4304F452d81d
Octal1171141030417105551035
Binary100111110011001000011010011111000101101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,76,67); }

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

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

 a { background-color: rgb(79,76,67); }

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

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

 span { border-color: rgb(79,76,67); }

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