#48413A

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

Shades of Space Shuttle #48413A

Tints of Space Shuttle #48413A

Color information

#48413A (or 0x48413A) is unknown color: approx Space Shuttle. HEX triplet: 48, 41 and 3A. RGB value is (72,65,58). Sum of RGB (Red+Green+Blue) = 72+65+58=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 72 - color contains mainly: red. Hex color #48413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48413A is #B7BEC5. Grayscale: #424242. Windows color (decimal): -12041926 or 3817800. OLE color: 3817800.

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

Color convert

RGB726558-
CMYK00.100.190.72
HSL30º10.77%25.49%-
HSV(B)30º19.44%28.24%-
XYZ5.335.464.78-
YUV66.3123.32132.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=36.92%
G=33.33%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72655800.100.190.723010.7725.49
Hex48413A0A13481eb19
Octal1101017201223110361331
Binary100100010000011110100101010011100100011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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