#48433F

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

Shades of Space Shuttle #48433F

Tints of Space Shuttle #48433F

Color information

#48433F (or 0x48433F) is unknown color: approx Space Shuttle. HEX triplet: 48, 43 and 3F. RGB value is (72,67,63). Sum of RGB (Red+Green+Blue) = 72+67+63=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 72 - color contains mainly: red. Hex color #48433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48433F is #B7BCC0. Grayscale: #444444. Windows color (decimal): -12041409 or 4145992. OLE color: 4145992.

HSL color Cylindrical-coordinate representation of color #48433F: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48433F is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB726763-
CMYK00.070.120.72
HSL26.67º6.67%26.47%-
HSV(B)26.67º12.5%28.24%-
XYZ5.585.755.52-
YUV68.04125.16130.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 63 (25% from 255) = 31.19%
R=35.64%
G=33.17%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72676300.070.120.7226.676.6726.47
Hex48433F07C481b71a
Octal11010377071411033732
Binary100100010000111111110111110010010001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48433F; }

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

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

<style>
 a { background-color: #48433F; }

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

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

<style>
 span { border-color: #48433F; }

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

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