#48423C

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

Shades of Space Shuttle #48423C

Tints of Space Shuttle #48423C

Color information

#48423C (or 0x48423C) is unknown color: approx Space Shuttle. HEX triplet: 48, 42 and 3C. RGB value is (72,66,60). Sum of RGB (Red+Green+Blue) = 72+66+60=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 72 - color contains mainly: red. Hex color #48423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48423C is #B7BDC3. Grayscale: #434343. Windows color (decimal): -12041668 or 3949128. OLE color: 3949128.

HSL color Cylindrical-coordinate representation of color #48423C: hue angle of 30º 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 #48423C is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB726660-
CMYK00.080.170.72
HSL30º9.09%25.88%-
HSV(B)30º16.67%28.24%-
XYZ5.445.65.07-
YUV67.11123.99131.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 30.30%
R=36.36%
G=33.33%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72666000.080.170.72309.0925.88
Hex48423C0811481e91a
Octal1101027401021110361132
Binary100100010000101111000100010001100100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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