#484745

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

Shades of Dune #484745

Tints of Dune #484745

Color information

#484745 (or 0x484745) is unknown color: approx Dune. HEX triplet: 48, 47 and 45. RGB value is (72,71,69). Sum of RGB (Red+Green+Blue) = 72+71+69=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 72 - color contains mainly: red. Hex color #484745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484745 is #B7B8BA. Grayscale: #474747. Windows color (decimal): -12040379 or 4540232. OLE color: 4540232.

HSL color Cylindrical-coordinate representation of color #484745: hue angle of 40º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #484745 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB727169-
CMYK00.010.040.72
HSL40º2.13%27.65%-
HSV(B)40º4.17%28.24%-
XYZ66.316.53-
YUV71.07126.83128.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=33.96%
G=33.49%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72716900.010.040.72402.1327.65
Hex484745014482821c
Octal11010710501411050234
Binary1001000100011110001010110010010001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484745; }

 p { color: rgb(72,71,69); }

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

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

 a { background-color: rgb(72,71,69); }

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

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

 span { border-color: rgb(72,71,69); }

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