#762418

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

Shades of Falu Red #762418

Tints of Falu Red #762418

Color information

#762418 (or 0x762418) is unknown color: approx Falu Red. HEX triplet: 76, 24 and 18. RGB value is (118,36,24). Sum of RGB (Red+Green+Blue) = 118+36+24=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #762418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762418 is #89DBE7. Grayscale: #3B3B3B. Windows color (decimal): -9034728 or 1582198. OLE color: 1582198.

HSL color Cylindrical-coordinate representation of color #762418: hue angle of 7.66º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762418 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1183624-
CMYK00.690.800.54
HSL7.66º66.2%27.84%-
HSV(B)7.66º79.66%46.27%-
XYZ8.275.181.43-
YUV59.15108.17169.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.29%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=66.29%
G=20.22%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118362400.690.800.547.6666.227.84
Hex76241804550368421c
Octal16644300105120661010234
Binary1110110100100110000100010110100001101101000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762418; }

 p { color: rgb(118,36,24); }

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

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

 a { background-color: rgb(118,36,24); }

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

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

 span { border-color: rgb(118,36,24); }

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