#403D38

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

Shades of Space Shuttle #403D38

Tints of Space Shuttle #403D38

Color information

#403D38 (or 0x403D38) is unknown color: approx Space Shuttle. HEX triplet: 40, 3D and 38. RGB value is (64,61,56). Sum of RGB (Red+Green+Blue) = 64+61+56=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 64 - color contains mainly: red. Hex color #403D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D38 is #BFC2C7. Grayscale: #3D3D3D. Windows color (decimal): -12567240 or 3685696. OLE color: 3685696.

HSL color Cylindrical-coordinate representation of color #403D38: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #403D38 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB646156-
CMYK00.050.130.75
HSL37.5º6.67%23.53%-
HSV(B)37.5º12.5%25.1%-
XYZ4.54.714.41-
YUV61.33124.99129.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=35.36%
G=33.70%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64615600.050.130.7537.56.6723.53
Hex403D3805D4B25718
Octal1007570051511345730
Binary100000011110111100001011101100101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403D38; }

 p { color: rgb(64,61,56); }

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

<style>
 a { background-color: #403D38; }

 a { background-color: rgb(64,61,56); }

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

<style>
 span { border-color: #403D38; }

 span { border-color: rgb(64,61,56); }

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