#48433E

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

Shades of Space Shuttle #48433E

Tints of Space Shuttle #48433E

Color information

#48433E (or 0x48433E) is unknown color: approx Space Shuttle. HEX triplet: 48, 43 and 3E. RGB value is (72,67,62). Sum of RGB (Red+Green+Blue) = 72+67+62=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #48433E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48433E is #B7BCC1. Grayscale: #434343. Windows color (decimal): -12041410 or 4080456. OLE color: 4080456.

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

Color convert

RGB726762-
CMYK00.070.140.72
HSL30º7.46%26.27%-
HSV(B)30º13.89%28.24%-
XYZ5.555.745.37-
YUV67.92124.66130.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=35.82%
G=33.33%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72676200.070.140.72307.4626.27
Hex48433E07E481e71a
Octal11010376071611036732
Binary100100010000111111100111111010010001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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