#752406

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

Shades of Falu Red #752406

Tints of Falu Red #752406

Color information

#752406 (or 0x752406) is unknown color: approx Falu Red. HEX triplet: 75, 24 and 06. RGB value is (117,36,6). Sum of RGB (Red+Green+Blue) = 117+36+6=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #752406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752406 is #8ADBF9. Grayscale: #393939. Windows color (decimal): -9100282 or 402549. OLE color: 402549.

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

Color convert

RGB117366-
CMYK00.690.950.54
HSL16.22º90.24%24.12%-
HSV(B)16.22º94.87%45.88%-
XYZ85.060.73-
YUV56.899.34170.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.58%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=73.58%
G=22.64%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11736600.690.950.5416.2290.2424.12
Hex752460455F36105a18
Octal1654460105137662013230
Binary111010110010011001000101101111111011010000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752406; }

 p { color: rgb(117,36,6); }

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

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

 a { background-color: rgb(117,36,6); }

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

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

 span { border-color: rgb(117,36,6); }

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