#792600

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

Shades of Falu Red #792600

Tints of Falu Red #792600

Color information

#792600 (or 0x792600) is unknown color: approx Falu Red. HEX triplet: 79, 26 and 00. RGB value is (121,38,0). Sum of RGB (Red+Green+Blue) = 121+38+0=159 (21% of max value = 765). Red value is 121 (47.66% from 255 or 76.10% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 121 - color contains mainly: red. Hex color #792600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792600 is #86D9FF. Grayscale: #3A3A3A. Windows color (decimal): -8837632 or 9849. OLE color: 9849.

HSL color Cylindrical-coordinate representation of color #792600: hue angle of 18.84º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #792600 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB121380-
CMYK00.6910.53
HSL18.84º100%23.73%-
HSV(B)18.84º100%47.45%-
XYZ8.585.450.6-
YUV58.4895172.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 76.10%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.10%
G=23.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12138000.6910.5318.8410023.73
Hex792600456435136418
Octal1714600105144652314430
Binary1111001100110001000101110010011010110011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792600; }

 p { color: rgb(121,38,0); }

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

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

 a { background-color: rgb(121,38,0); }

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

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

 span { border-color: rgb(121,38,0); }

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