#752205

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

Shades of Falu Red #752205

Tints of Falu Red #752205

Color information

#752205 (or 0x752205) is unknown color: approx Falu Red. HEX triplet: 75, 22 and 05. RGB value is (117,34,5). Sum of RGB (Red+Green+Blue) = 117+34+5=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #752205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752205 is #8ADDFA. Grayscale: #373737. Windows color (decimal): -9100795 or 336501. OLE color: 336501.

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

Color convert

RGB117345-
CMYK00.710.960.54
HSL15.54º91.8%23.92%-
HSV(B)15.54º95.73%45.88%-
XYZ7.944.940.68-
YUV55.5199.5171.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=75%
G=21.79%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11734500.710.960.5415.5491.823.92
Hex752250476036105c18
Octal1654250107140662013430
Binary111010110001010101000111110000011011010000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752205; }

 p { color: rgb(117,34,5); }

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

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

 a { background-color: rgb(117,34,5); }

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

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

 span { border-color: rgb(117,34,5); }

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