#792708

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

Shades of Falu Red #792708

Tints of Falu Red #792708

Color information

#792708 (or 0x792708) is unknown color: approx Falu Red. HEX triplet: 79, 27 and 08. RGB value is (121,39,8). Sum of RGB (Red+Green+Blue) = 121+39+8=168 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.02% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 121 - color contains mainly: red. Hex color #792708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792708 is #86D8F7. Grayscale: #3C3C3C. Windows color (decimal): -8837368 or 534393. OLE color: 534393.

HSL color Cylindrical-coordinate representation of color #792708: hue angle of 16.46º 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 #792708 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB121398-
CMYK00.680.930.53
HSL16.46º87.6%25.29%-
HSV(B)16.46º93.39%47.45%-
XYZ8.655.530.84-
YUV59.9898.67171.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.02%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 8 (3.52% from 255) = 4.76%
R=72.02%
G=23.21%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12139800.680.930.5316.4687.625.29
Hex792780445D35105819
Octal17147100104135652013031
Binary1111001100111100001000100101110111010110000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792708; }

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

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

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

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

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

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

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

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