#762410

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

Shades of Falu Red #762410

Tints of Falu Red #762410

Color information

#762410 (or 0x762410) is unknown color: approx Falu Red. HEX triplet: 76, 24 and 10. RGB value is (118,36,16). Sum of RGB (Red+Green+Blue) = 118+36+16=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #762410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762410 is #89DBEF. Grayscale: #3A3A3A. Windows color (decimal): -9034736 or 1057910. OLE color: 1057910.

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

Color convert

RGB1183616-
CMYK00.690.860.54
HSL11.76º76.12%26.27%-
HSV(B)11.76º86.44%46.27%-
XYZ8.25.151.05-
YUV58.24104.17170.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.41%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=69.41%
G=21.18%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118361600.690.860.5411.7676.1226.27
Hex7624100455636c4c1a
Octal16644200105126661411432
Binary1110110100100100000100010110101101101101100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762410; }

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

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

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

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

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

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

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

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