#48433C

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

Shades of Space Shuttle #48433C

Tints of Space Shuttle #48433C

Color information

#48433C (or 0x48433C) is unknown color: approx Space Shuttle. HEX triplet: 48, 43 and 3C. RGB value is (72,67,60). Sum of RGB (Red+Green+Blue) = 72+67+60=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #48433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48433C is #B7BCC3. Grayscale: #434343. Windows color (decimal): -12041412 or 3949384. OLE color: 3949384.

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

Color convert

RGB726760-
CMYK00.070.170.72
HSL35º9.09%25.88%-
HSV(B)35º16.67%28.24%-
XYZ5.55.725.09-
YUV67.7123.66131.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 60 (23.83% from 255) = 30.15%
R=36.18%
G=33.67%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72676000.070.170.72359.0925.88
Hex48433C0711482391a
Octal110103740721110431132
Binary100100010000111111000111100011001000100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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