#762309

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

Shades of Falu Red #762309

Tints of Falu Red #762309

Color information

#762309 (or 0x762309) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 09. RGB value is (118,35,9). Sum of RGB (Red+Green+Blue) = 118+35+9=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #762309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762309 is #89DCF6. Grayscale: #393939. Windows color (decimal): -9034999 or 598902. OLE color: 598902.

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

Color convert

RGB118359-
CMYK00.700.920.54
HSL14.31º85.83%24.9%-
HSV(B)14.31º92.37%46.27%-
XYZ8.125.070.81-
YUV56.85101171.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.84%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=72.84%
G=21.60%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11835900.700.920.5414.3185.8324.9
Hex762390465C36e5619
Octal16643110106134661612631
Binary111011010001110010100011010111001101101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762309; }

 p { color: rgb(118,35,9); }

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

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

 a { background-color: rgb(118,35,9); }

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

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

 span { border-color: rgb(118,35,9); }

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