#772403

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

Shades of Falu Red #772403

Tints of Falu Red #772403

Color information

#772403 (or 0x772403) is unknown color: approx Falu Red. HEX triplet: 77, 24 and 03. RGB value is (119,36,3). Sum of RGB (Red+Green+Blue) = 119+36+3=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #772403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772403 is #88DBFC. Grayscale: #393939. Windows color (decimal): -8969213 or 205943. OLE color: 205943.

HSL color Cylindrical-coordinate representation of color #772403: hue angle of 17.07º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #772403 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB119363-
CMYK00.700.970.53
HSL17.07º95.08%23.92%-
HSV(B)17.07º97.48%46.67%-
XYZ8.265.190.65-
YUV57.0597.5172.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 75.32%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=75.32%
G=22.78%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11936300.700.970.5317.0795.0823.92
Hex772430466135115f18
Octal1674430106141652113730
Binary11101111001001101000110110000111010110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772403; }

 p { color: rgb(119,36,3); }

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

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

 a { background-color: rgb(119,36,3); }

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

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

 span { border-color: rgb(119,36,3); }

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