#52463B

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

Shades of Space Shuttle #52463B

Tints of Space Shuttle #52463B

Color information

#52463B (or 0x52463B) is unknown color: approx Space Shuttle. HEX triplet: 52, 46 and 3B. RGB value is (82,70,59). Sum of RGB (Red+Green+Blue) = 82+70+59=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52463B is #ADB9C4. Grayscale: #484848. Windows color (decimal): -11385285 or 3884626. OLE color: 3884626.

HSL color Cylindrical-coordinate representation of color #52463B: hue angle of 28.7º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52463B is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB827059-
CMYK00.150.280.68
HSL28.7º16.31%27.65%-
HSV(B)28.7º28.05%32.16%-
XYZ6.466.495.05-
YUV72.33120.48134.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 59 (23.44% from 255) = 27.96%
R=38.86%
G=33.18%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82705900.150.280.6828.716.3127.65
Hex52463B0F1C441d101c
Octal1221067301734104352034
Binary1010010100011011101101111111001000100111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52463B; }

 p { color: rgb(82,70,59); }

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

<style>
 a { background-color: #52463B; }

 a { background-color: rgb(82,70,59); }

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

<style>
 span { border-color: #52463B; }

 span { border-color: rgb(82,70,59); }

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