#484641

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

Shades of Dune #484641

Tints of Dune #484641

Color information

#484641 (or 0x484641) is unknown color: approx Dune. HEX triplet: 48, 46 and 41. RGB value is (72,70,65). Sum of RGB (Red+Green+Blue) = 72+70+65=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 72 - color contains mainly: red. Hex color #484641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484641 is #B7B9BE. Grayscale: #464646. Windows color (decimal): -12040639 or 4277832. OLE color: 4277832.

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

Color convert

RGB727065-
CMYK00.030.100.72
HSL42.86º5.11%26.86%-
HSV(B)42.86º9.72%28.24%-
XYZ5.826.145.88-
YUV70.03125.16129.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=34.78%
G=33.82%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72706500.030.100.7242.865.1126.86
Hex48464103A482b51b
Octal110106101031211053533
Binary1001000100011010000010111010100100010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484641; }

 p { color: rgb(72,70,65); }

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

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

 a { background-color: rgb(72,70,65); }

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

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

 span { border-color: rgb(72,70,65); }

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