#4C443C

Color #4C443C Space Shuttle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Space Shuttle #4C443C

Tints of Space Shuttle #4C443C

Color information

#4C443C (or 0x4C443C) is unknown color: approx Space Shuttle. HEX triplet: 4C, 44 and 3C. RGB value is (76,68,60). Sum of RGB (Red+Green+Blue) = 76+68+60=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 76 - color contains mainly: red. Hex color #4C443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C443C is #B3BBC3. Grayscale: #454545. Windows color (decimal): -11779012 or 3949644. OLE color: 3949644.

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

Color convert

RGB766860-
CMYK00.110.210.70
HSL30º11.76%26.67%-
HSV(B)30º21.05%29.8%-
XYZ5.8665.12-
YUV69.48122.65132.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.25%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=37.25%
G=33.33%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76686000.110.210.703011.7626.67
Hex4C443C0B15461ec1b
Octal1141047401325106361433
Binary100110010001001111000101110101100011011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,68,60); }

 H1.HeaderClassName
 {
   color: #4C443C;
 }
 .AnyTagClassName
 {
   color: #4C443C;
 }
</style>
background-color css

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

 a { background-color: rgb(76,68,60); }

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

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

 span { border-color: rgb(76,68,60); }

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