#4C4A45

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

Shades of Dune #4C4A45

Tints of Dune #4C4A45

Color information

#4C4A45 (or 0x4C4A45) is unknown color: approx Dune. HEX triplet: 4C, 4A and 45. RGB value is (76,74,69). Sum of RGB (Red+Green+Blue) = 76+74+69=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A45 is #B3B5BA. Grayscale: #4A4A4A. Windows color (decimal): -11777467 or 4541004. OLE color: 4541004.

HSL color Cylindrical-coordinate representation of color #4C4A45: hue angle of 42.86º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4C4A45 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB767469-
CMYK00.030.090.70
HSL42.86º4.83%28.43%-
HSV(B)42.86º9.21%29.8%-
XYZ6.56.866.61-
YUV74.03125.16129.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.70%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=34.70%
G=33.79%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76746900.030.090.7042.864.8328.43
Hex4C4A45039462b51c
Octal114112105031110653534
Binary1001100100101010001010111001100011010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,74,69); }

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

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

 a { background-color: rgb(76,74,69); }

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

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

 span { border-color: rgb(76,74,69); }

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