#48413C

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

Shades of Space Shuttle #48413C

Tints of Space Shuttle #48413C

Color information

#48413C (or 0x48413C) is unknown color: approx Space Shuttle. HEX triplet: 48, 41 and 3C. RGB value is (72,65,60). Sum of RGB (Red+Green+Blue) = 72+65+60=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #48413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48413C is #B7BEC3. Grayscale: #424242. Windows color (decimal): -12041924 or 3948872. OLE color: 3948872.

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

Color convert

RGB726560-
CMYK00.100.170.72
HSL25º9.09%25.88%-
HSV(B)25º16.67%28.24%-
XYZ5.385.485.05-
YUV66.52124.32131.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=36.55%
G=32.99%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72656000.100.170.72259.0925.88
Hex48413C0A11481991a
Octal1101017401221110311132
Binary100100010000011111000101010001100100011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48413C; }

 p { color: rgb(72,65,60); }

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

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

 a { background-color: rgb(72,65,60); }

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

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

 span { border-color: rgb(72,65,60); }

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