#752516

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

Shades of Falu Red #752516

Tints of Falu Red #752516

Color information

#752516 (or 0x752516) is unknown color: approx Falu Red. HEX triplet: 75, 25 and 16. RGB value is (117,37,22). Sum of RGB (Red+Green+Blue) = 117+37+22=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #752516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752516 is #8ADAE9. Grayscale: #3B3B3B. Windows color (decimal): -9100010 or 1451381. OLE color: 1451381.

HSL color Cylindrical-coordinate representation of color #752516: hue angle of 9.47º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752516 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1173722-
CMYK00.680.810.54
HSL9.47º68.35%27.25%-
HSV(B)9.47º81.2%45.88%-
XYZ8.145.161.33-
YUV59.21107169.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.48%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 22 (8.98% from 255) = 12.5%
R=66.48%
G=21.02%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117372200.680.810.549.4768.3527.25
Hex75251604451369441b
Octal16545260104121661110433
Binary1110101100101101100100010010100011101101001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752516; }

 p { color: rgb(117,37,22); }

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

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

 a { background-color: rgb(117,37,22); }

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

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

 span { border-color: rgb(117,37,22); }

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