#7C2618

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

Shades of Falu Red #7C2618

Tints of Falu Red #7C2618

Color information

#7C2618 (or 0x7C2618) is unknown color: approx Falu Red. HEX triplet: 7C, 26 and 18. RGB value is (124,38,24). Sum of RGB (Red+Green+Blue) = 124+38+24=186 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.67% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2618 is #83D9E7. Grayscale: #3E3E3E. Windows color (decimal): -8641000 or 1582716. OLE color: 1582716.

HSL color Cylindrical-coordinate representation of color #7C2618: hue angle of 8.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C2618 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB1243824-
CMYK00.690.810.51
HSL8.4º67.57%29.02%-
HSV(B)8.4º80.65%48.63%-
XYZ9.175.741.49-
YUV62.12106.49172.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 66.67%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=66.67%
G=20.43%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124382400.690.810.518.467.5729.02
Hex7C261804551338441d
Octal17446300105121631010435
Binary1111100100110110000100010110100011100111000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C2618; }

 p { color: rgb(124,38,24); }

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

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

 a { background-color: rgb(124,38,24); }

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

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

 span { border-color: rgb(124,38,24); }

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