#724B52

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

Shades of Falcon #724B52

Tints of Falcon #724B52

Color information

#724B52 (or 0x724B52) is unknown color: approx Falcon. HEX triplet: 72, 4B and 52. RGB value is (114,75,82). Sum of RGB (Red+Green+Blue) = 114+75+82=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #724B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724B52 is #8DB4AD. Grayscale: #575757. Windows color (decimal): -9286830 or 5393266. OLE color: 5393266.

HSL color Cylindrical-coordinate representation of color #724B52: hue angle of 349.23º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #724B52 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1147582-
CMYK00.340.280.55
HSL349.23º20.63%37.06%-
HSV(B)349.23º34.21%44.71%-
XYZ10.989.229.18-
YUV87.46124.92146.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 75 (29.69% from 255) = 27.68%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=42.07%
G=27.68%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114758200.340.280.55349.2320.6337.06
Hex724B520221C3715d1525
Octal16211312204234675352545
Binary11100101001011101001001000101110011011110101110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724B52; }

 p { color: rgb(114,75,82); }

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

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

 a { background-color: rgb(114,75,82); }

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

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

 span { border-color: rgb(114,75,82); }

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