#782400

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

Shades of Falu Red #782400

Tints of Falu Red #782400

Color information

#782400 (or 0x782400) is unknown color: approx Falu Red. HEX triplet: 78, 24 and 00. RGB value is (120,36,0). Sum of RGB (Red+Green+Blue) = 120+36+0=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #782400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782400 is #87DBFF. Grayscale: #393939. Windows color (decimal): -8903680 or 9336. OLE color: 9336.

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

Color convert

RGB120360-
CMYK00.710.53
HSL18º100%23.53%-
HSV(B)18º100%47.06%-
XYZ8.385.250.57-
YUV57.0195.83172.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 76.92%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.92%
G=23.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12036000.710.531810023.53
Hex782400466435126418
Octal1704400106144652214430
Binary1111000100100001000110110010011010110010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782400; }

 p { color: rgb(120,36,0); }

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

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

 a { background-color: rgb(120,36,0); }

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

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

 span { border-color: rgb(120,36,0); }

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