#762300

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

Shades of Falu Red #762300

Tints of Falu Red #762300

Color information

#762300 (or 0x762300) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 00. RGB value is (118,35,0). Sum of RGB (Red+Green+Blue) = 118+35+0=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #762300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762300 is #89DCFF. Grayscale: #383838. Windows color (decimal): -9035008 or 9078. OLE color: 9078.

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

Color convert

RGB118350-
CMYK00.7010.54
HSL17.8º100%23.14%-
HSV(B)17.8º100%46.27%-
XYZ8.075.050.55-
YUV55.8396.5172.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.12%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.12%
G=22.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11835000.7010.5417.810023.14
Hex762300466436126417
Octal1664300106144662214427
Binary1110110100011001000110110010011011010010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762300; }

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

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

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

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

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

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

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

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