Html Css Color HEX #474540 Dune

📋 copy color: '#474540'

red 71 ◦ green 69 ◦ blue 64

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

Shades of Dune #474540

Tints of Dune #474540

RGB

 RED value IS 71 (28.13% from 255) = 34.8%

 GREEN value IS 69 (27.34% from 255) = 33.82%

 BLUE value IS 64 (25.39% from 255) = 31.37%

R = 34.8%
G = 33.82%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#474540 (or 0x474540) is known color: Dune. HEX triplet: 47, 45 and 40. RGB value is (71,69,64). Sum of RGB (Red+Green+Blue) = 71+69+64=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 71 - color contains mainly: red. Hex color #474540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474540 is #B8BABF. Grayscale: #454545. Windows color (decimal): -12106432 or 4212039. OLE color: 4212039.

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

Color convert

RGB 71 69 64 -
CMYK 0 0.03 0.10 0.72
HSL 42.86º 0.05% 0.26% -
HSV(B) 42.86º 0.1% 0.28% -
XYZ 5.65 5.97 5.7 -
YUV 69.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 71 69 64 0 0.03 0.10 0.72 42.86 0.05 0.26
Hex 47 45 40 0 3 A 48 2B 5 1A
Octal 107 105 100 0 3 12 110 53 5 32
Binary 1000111 1000101 1000000 0 11 1010 1001000 101011 101 11010

Color Harmonies of #474540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474540

Black with #474540

Text Example


Text Example

White with #474540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474540; }

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

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

background-color css

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

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

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

border-color css

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

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

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