#782308

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

Shades of Falu Red #782308

Tints of Falu Red #782308

Color information

#782308 (or 0x782308) is unknown color: approx Falu Red. HEX triplet: 78, 23 and 08. RGB value is (120,35,8). Sum of RGB (Red+Green+Blue) = 120+35+8=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #782308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782308 is #87DCF7. Grayscale: #393939. Windows color (decimal): -8903928 or 533368. OLE color: 533368.

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

Color convert

RGB120358-
CMYK00.710.930.53
HSL14.46º87.5%25.1%-
HSV(B)14.46º93.33%47.06%-
XYZ8.395.210.79-
YUV57.34100.16172.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.62%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=73.62%
G=21.47%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12035800.710.930.5314.4687.525.1
Hex782380475D35e5819
Octal17043100107135651613031
Binary111100010001110000100011110111011101011110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782308; }

 p { color: rgb(120,35,8); }

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

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

 a { background-color: rgb(120,35,8); }

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

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

 span { border-color: rgb(120,35,8); }

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