Html Css Color HEX #4D4640 Space Shuttle

📋 copy color: '#4D4640'

red 77 ◦ green 70 ◦ blue 64

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

Shades of Space Shuttle #4D4640

Tints of Space Shuttle #4D4640

RGB

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

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

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

R = 36.49%
G = 33.18%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D4640 (or 0x4D4640) is known color: Space Shuttle. HEX triplet: 4D, 46 and 40. RGB value is (77,70,64). Sum of RGB (Red+Green+Blue) = 77+70+64=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4640 is #B2B9BF. Grayscale: #474747. Windows color (decimal): -11712960 or 4212301. OLE color: 4212301.

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

Color convert

RGB 77 70 64 -
CMYK 0 0.09 0.17 0.70
HSL 27.69º 0.09% 0.28% -
HSV(B) 27.69º 0.17% 0.3% -
XYZ 6.18 6.33 5.75 -
YUV 71.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 77 70 64 0 0.09 0.17 0.70 27.69 0.09 0.28
Hex 4D 46 40 0 9 11 46 1C 9 1C
Octal 115 106 100 0 11 21 106 34 11 34
Binary 1001101 1000110 1000000 0 1001 10001 1000110 11100 1001 11100

Color Harmonies of #4D4640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4640

Black with #4D4640

Text Example


Text Example

White with #4D4640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,70,64); }

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

background-color css

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

 a { background-color: rgb(77,70,64); }

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

border-color css

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

 span { border-color: rgb(77,70,64); }

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