#735253

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

Shades of Falcon #735253

Tints of Falcon #735253

Color information

#735253 (or 0x735253) is unknown color: approx Falcon. HEX triplet: 73, 52 and 53. RGB value is (115,82,83). Sum of RGB (Red+Green+Blue) = 115+82+83=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #735253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735253 is #8CADAC. Grayscale: #5C5C5C. Windows color (decimal): -9219501 or 5460595. OLE color: 5460595.

HSL color Cylindrical-coordinate representation of color #735253: hue angle of 358.18º 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 #735253 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1158283-
CMYK00.290.280.55
HSL358.18º16.75%38.63%-
HSV(B)358.18º28.7%45.1%-
XYZ11.6510.39.56-
YUV91.98122.93144.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=41.07%
G=29.29%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115828300.290.280.55358.1816.7538.63
Hex73525301D1C371661127
Octal16312212303534675462147
Binary1110011101001010100110111011110011011110110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735253; }

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

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

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

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

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

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

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

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