#792408

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

Shades of Falu Red #792408

Tints of Falu Red #792408

Color information

#792408 (or 0x792408) is unknown color: approx Falu Red. HEX triplet: 79, 24 and 08. RGB value is (121,36,8). Sum of RGB (Red+Green+Blue) = 121+36+8=165 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.33% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 121 - color contains mainly: red. Hex color #792408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792408 is #86DBF7. Grayscale: #3A3A3A. Windows color (decimal): -8838136 or 533625. OLE color: 533625.

HSL color Cylindrical-coordinate representation of color #792408: hue angle of 14.87º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #792408 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB121368-
CMYK00.700.930.53
HSL14.87º87.6%25.29%-
HSV(B)14.87º93.39%47.45%-
XYZ8.565.340.81-
YUV58.2299.66172.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.33%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=73.33%
G=21.82%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12136800.700.930.5314.8787.625.29
Hex792480465D35f5819
Octal17144100106135651713031
Binary111100110010010000100011010111011101011111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792408; }

 p { color: rgb(121,36,8); }

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

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

 a { background-color: rgb(121,36,8); }

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

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

 span { border-color: rgb(121,36,8); }

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