#792714

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

Shades of Falu Red #792714

Tints of Falu Red #792714

Color information

#792714 (or 0x792714) is unknown color: approx Falu Red. HEX triplet: 79, 27 and 14. RGB value is (121,39,20). Sum of RGB (Red+Green+Blue) = 121+39+20=180 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.22% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 121 - color contains mainly: red. Hex color #792714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792714 is #86D8EB. Grayscale: #3D3D3D. Windows color (decimal): -8837356 or 1320825. OLE color: 1320825.

HSL color Cylindrical-coordinate representation of color #792714: hue angle of 11.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #792714 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1213920-
CMYK00.680.830.53
HSL11.29º71.63%27.65%-
HSV(B)11.29º83.47%47.45%-
XYZ8.745.571.28-
YUV61.35104.67170.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.22%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=67.22%
G=21.67%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121392000.680.830.5311.2971.6327.65
Hex7927140445335b481c
Octal17147240104123651311034
Binary1111001100111101000100010010100111101011011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792714; }

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

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

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

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

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

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

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

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