Html Css Color HEX #484642 Dune

📋 copy color: '#484642'

red 72 ◦ green 70 ◦ blue 66

#484642
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dune #484642

Tints of Dune #484642

RGB

 RED value IS 72 (28.52% from 255) = 34.62%

 GREEN value IS 70 (27.73% from 255) = 33.65%

 BLUE value IS 66 (26.17% from 255) = 31.73%

R = 34.62%
G = 33.65%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#484642 (or 0x484642) is known color: Dune. HEX triplet: 48, 46 and 42. RGB value is (72,70,66). Sum of RGB (Red+Green+Blue) = 72+70+66=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 72 - color contains mainly: red. Hex color #484642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484642 is #B7B9BD. Grayscale: #464646. Windows color (decimal): -12040638 or 4343368. OLE color: 4343368.

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

Color convert

RGB 72 70 66 -
CMYK 0 0.03 0.08 0.72
HSL 40º 0.04% 0.27% -
HSV(B) 40º 0.08% 0.28% -
XYZ 5.85 6.15 6.03 -
YUV 70.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 72 70 66 0 0.03 0.08 0.72 40 0.04 0.27
Hex 48 46 42 0 3 8 48 28 4 1B
Octal 110 106 102 0 3 10 110 50 4 33
Binary 1001000 1000110 1000010 0 11 1000 1001000 101000 100 11011

Color Harmonies of #484642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484642

Black with #484642

Text Example


Text Example

White with #484642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484642; }

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

 H1.HeaderClassName
 {
   color: #484642;
 }
 .AnyTagClassName
 {
   color: #484642;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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