#782618

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

Shades of Falu Red #782618

Tints of Falu Red #782618

Color information

#782618 (or 0x782618) is unknown color: approx Falu Red. HEX triplet: 78, 26 and 18. RGB value is (120,38,24). Sum of RGB (Red+Green+Blue) = 120+38+24=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #782618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782618 is #87D9E7. Grayscale: #3D3D3D. Windows color (decimal): -8903144 or 1582712. OLE color: 1582712.

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

Color convert

RGB1203824-
CMYK00.680.80.53
HSL8.75º66.67%28.24%-
HSV(B)8.75º80%47.06%-
XYZ8.65.451.46-
YUV60.92107.17170.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.93%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 24 (9.77% from 255) = 13.19%
R=65.93%
G=20.88%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120382400.680.80.538.7566.6728.24
Hex78261804450359431c
Octal17046300104120651110334
Binary1111000100110110000100010010100001101011001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782618; }

 p { color: rgb(120,38,24); }

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

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

 a { background-color: rgb(120,38,24); }

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

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

 span { border-color: rgb(120,38,24); }

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