Html Css Color HEX #4D4B45 Dune

📋 copy color: '#4D4B45'

red 77 ◦ green 75 ◦ blue 69

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

Shades of Dune #4D4B45

Tints of Dune #4D4B45

RGB

 RED value IS 77 (30.47% from 255) = 34.84%

 GREEN value IS 75 (29.69% from 255) = 33.94%

 BLUE value IS 69 (27.34% from 255) = 31.22%

R = 34.84%
G = 33.94%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#4D4B45 (or 0x4D4B45) is known color: Dune. HEX triplet: 4D, 4B and 45. RGB value is (77,75,69). Sum of RGB (Red+Green+Blue) = 77+75+69=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B45 is #B2B4BA. Grayscale: #4A4A4A. Windows color (decimal): -11711675 or 4541261. OLE color: 4541261.

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

Color convert

RGB 77 75 69 -
CMYK 0 0.03 0.10 0.70
HSL 45º 0.05% 0.29% -
HSV(B) 45º 0.1% 0.3% -
XYZ 6.65 7.04 6.64 -
YUV 74.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 77 75 69 0 0.03 0.10 0.70 45 0.05 0.29
Hex 4D 4B 45 0 3 A 46 2D 5 1D
Octal 115 113 105 0 3 12 106 55 5 35
Binary 1001101 1001011 1000101 0 11 1010 1000110 101101 101 11101

Color Harmonies of #4D4B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4B45

Black with #4D4B45

Text Example


Text Example

White with #4D4B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,75,69); }

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

background-color css

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

 a { background-color: rgb(77,75,69); }

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

border-color css

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

 span { border-color: rgb(77,75,69); }

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