#732407

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

Shades of Falu Red #732407

Tints of Falu Red #732407

Color information

#732407 (or 0x732407) is unknown color: approx Falu Red. HEX triplet: 73, 24 and 07. RGB value is (115,36,7). Sum of RGB (Red+Green+Blue) = 115+36+7=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #732407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732407 is #8CDBF8. Grayscale: #383838. Windows color (decimal): -9231353 or 468083. OLE color: 468083.

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

Color convert

RGB115367-
CMYK00.690.940.55
HSL16.11º88.52%23.92%-
HSV(B)16.11º93.91%45.1%-
XYZ7.744.920.74-
YUV56.32100.17169.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 7 (3.12% from 255) = 4.43%
R=72.78%
G=22.78%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11536700.690.940.5516.1188.5223.92
Hex732470455E37105918
Octal1634470105136672013130
Binary111001110010011101000101101111011011110000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732407; }

 p { color: rgb(115,36,7); }

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

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

 a { background-color: rgb(115,36,7); }

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

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

 span { border-color: rgb(115,36,7); }

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