#735258

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

Shades of Falcon #735258

Tints of Falcon #735258

Color information

#735258 (or 0x735258) is unknown color: approx Falcon. HEX triplet: 73, 52 and 58. RGB value is (115,82,88). Sum of RGB (Red+Green+Blue) = 115+82+88=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #735258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735258 is #8CADA7. Grayscale: #5C5C5C. Windows color (decimal): -9219496 or 5788275. OLE color: 5788275.

HSL color Cylindrical-coordinate representation of color #735258: hue angle of 349.09º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #735258 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1158288-
CMYK00.290.230.55
HSL349.09º16.75%38.63%-
HSV(B)349.09º28.7%45.1%-
XYZ11.8510.3810.61-
YUV92.55125.43144.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.35%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=40.35%
G=28.77%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115828800.290.230.55349.0916.7538.63
Hex73525801D173715d1127
Octal16312213003527675352147
Binary1110011101001010110000111011011111011110101110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735258; }

 p { color: rgb(115,82,88); }

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

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

 a { background-color: rgb(115,82,88); }

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

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

 span { border-color: rgb(115,82,88); }

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