#48423E

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

Shades of Space Shuttle #48423E

Tints of Space Shuttle #48423E

Color information

#48423E (or 0x48423E) is unknown color: approx Space Shuttle. HEX triplet: 48, 42 and 3E. RGB value is (72,66,62). Sum of RGB (Red+Green+Blue) = 72+66+62=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 72 - color contains mainly: red. Hex color #48423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48423E is #B7BDC1. Grayscale: #434343. Windows color (decimal): -12041666 or 4080200. OLE color: 4080200.

HSL color Cylindrical-coordinate representation of color #48423E: hue angle of 24º 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 #48423E is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB726662-
CMYK00.080.140.72
HSL24º7.46%26.27%-
HSV(B)24º13.89%28.24%-
XYZ5.495.625.35-
YUV67.34124.99131.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 62 (24.61% from 255) = 31%
R=36%
G=33%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72666200.080.140.72247.4626.27
Hex48423E08E481871a
Octal110102760101611030732
Binary1001000100001011111001000111010010001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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