#524335

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

Shades of Space Shuttle #524335

Tints of Space Shuttle #524335

Color information

#524335 (or 0x524335) is unknown color: approx Space Shuttle. HEX triplet: 52, 43 and 35. RGB value is (82,67,53). Sum of RGB (Red+Green+Blue) = 82+67+53=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #524335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524335 is #ADBCCA. Grayscale: #454545. Windows color (decimal): -11386059 or 3490642. OLE color: 3490642.

HSL color Cylindrical-coordinate representation of color #524335: hue angle of 28.97º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #524335 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB826753-
CMYK00.180.350.68
HSL28.97º21.48%26.47%-
HSV(B)28.97º35.37%32.16%-
XYZ6.136.074.22-
YUV69.89118.47136.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=40.59%
G=33.17%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82675300.180.350.6828.9721.4826.47
Hex52433501223441d151a
Octal1221036502243104352532
Binary101001010000111101010100101000111000100111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524335; }

 p { color: rgb(82,67,53); }

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

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

 a { background-color: rgb(82,67,53); }

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

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

 span { border-color: rgb(82,67,53); }

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