#453F3A

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

Shades of Space Shuttle #453F3A

Tints of Space Shuttle #453F3A

Color information

#453F3A (or 0x453F3A) is unknown color: approx Space Shuttle. HEX triplet: 45, 3F and 3A. RGB value is (69,63,58). Sum of RGB (Red+Green+Blue) = 69+63+58=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 69 - color contains mainly: red. Hex color #453F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F3A is #BAC0C5. Grayscale: #404040. Windows color (decimal): -12239046 or 3817285. OLE color: 3817285.

HSL color Cylindrical-coordinate representation of color #453F3A: hue angle of 27.27º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #453F3A is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB696358-
CMYK00.090.160.73
HSL27.27º8.66%24.9%-
HSV(B)27.27º15.94%27.06%-
XYZ55.134.73-
YUV64.22124.49131.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=36.32%
G=33.16%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69635800.090.160.7327.278.6624.9
Hex453F3A0910491b919
Octal105777201120111331131
Binary10001011111111110100100110000100100111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453F3A; }

 p { color: rgb(69,63,58); }

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

<style>
 a { background-color: #453F3A; }

 a { background-color: rgb(69,63,58); }

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

<style>
 span { border-color: #453F3A; }

 span { border-color: rgb(69,63,58); }

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