#762400

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

Shades of Falu Red #762400

Tints of Falu Red #762400

Color information

#762400 (or 0x762400) is unknown color: approx Falu Red. HEX triplet: 76, 24 and 00. RGB value is (118,36,0). Sum of RGB (Red+Green+Blue) = 118+36+0=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #762400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762400 is #89DBFF. Grayscale: #383838. Windows color (decimal): -9034752 or 9334. OLE color: 9334.

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

Color convert

RGB118360-
CMYK00.6910.54
HSL18.31º100%23.14%-
HSV(B)18.31º100%46.27%-
XYZ8.15.110.56-
YUV56.4196.17171.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.62%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.62%
G=23.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11836000.6910.5418.3110023.14
Hex762400456436126417
Octal1664400105144662214427
Binary1110110100100001000101110010011011010010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762400; }

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

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

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

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

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

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

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

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