#752507

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

Shades of Falu Red #752507

Tints of Falu Red #752507

Color information

#752507 (or 0x752507) is unknown color: approx Falu Red. HEX triplet: 75, 25 and 07. RGB value is (117,37,7). Sum of RGB (Red+Green+Blue) = 117+37+7=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #752507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752507 is #8ADAF8. Grayscale: #393939. Windows color (decimal): -9100025 or 468341. OLE color: 468341.

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

Color convert

RGB117377-
CMYK00.680.940.54
HSL16.36º88.71%24.31%-
HSV(B)16.36º94.02%45.88%-
XYZ8.045.120.77-
YUV57.599.5170.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 72.67%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 7 (3.12% from 255) = 4.35%
R=72.67%
G=22.98%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11737700.680.940.5416.3688.7124.31
Hex752570445E36105918
Octal1654570104136662013130
Binary111010110010111101000100101111011011010000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752507; }

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

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

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

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

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

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

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

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