Html Css Color HEX #4C483F Dune

📋 copy color: '#4C483F'

red 76 ◦ green 72 ◦ blue 63

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

Shades of Dune #4C483F

Tints of Dune #4C483F

RGB

 RED value IS 76 (30.08% from 255) = 36.02%

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 63 (25% from 255) = 29.86%

R = 36.02%
G = 34.12%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4C483F (or 0x4C483F) is known color: Dune. HEX triplet: 4C, 48 and 3F. RGB value is (76,72,63). Sum of RGB (Red+Green+Blue) = 76+72+63=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 76 - color contains mainly: red. Hex color #4C483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C483F is #B3B7C0. Grayscale: #484848. Windows color (decimal): -11777985 or 4147276. OLE color: 4147276.

HSL color Cylindrical-coordinate representation of color #4C483F: hue angle of 41.54º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C483F is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 72 63 -
CMYK 0 0.05 0.17 0.70
HSL 41.54º 0.09% 0.27% -
HSV(B) 41.54º 0.17% 0.3% -
XYZ 6.2 6.53 5.64 -
YUV 72.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 76 72 63 0 0.05 0.17 0.70 41.54 0.09 0.27
Hex 4C 48 3F 0 5 11 46 2A 9 1B
Octal 114 110 77 0 5 21 106 52 11 33
Binary 1001100 1001000 111111 0 101 10001 1000110 101010 1001 11011

Color Harmonies of #4C483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C483F

Black with #4C483F

Text Example


Text Example

White with #4C483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,72,63); }

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

background-color css

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

 a { background-color: rgb(76,72,63); }

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

border-color css

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

 span { border-color: rgb(76,72,63); }

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