#7c4b19

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

Shades of Russet #7C4B19

Tints of Russet #7C4B19

Color information

#7C4B19 (or 0x7C4B19) is unknown color: approx Russet. HEX triplet: 7C, 4B and 19. RGB value is (124,75,25). Sum of RGB (Red+Green+Blue) = 124+75+25=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4B19 is #83B4E6. Grayscale: #545454. Windows color (decimal): -8631527 or 1657724. OLE color: 1657724.

HSL color Cylindrical-coordinate representation of color #7C4B19: hue angle of 30.3º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C4B19 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB1247525-
CMYK00.400.800.51
HSL30.3º66.44%29.22%-
HSV(B)30.3º79.84%48.63%-
XYZ119.392.15-
YUV83.9594.73156.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.36%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 25 (10.16% from 255) = 11.16%
R=55.36%
G=33.48%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124752500.400.800.5130.366.4429.22
Hex7C4B1902850331e421d
Octal17411331050120633610235
Binary11111001001011110010101000101000011001111110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c4b19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,75,25); }

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

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

 a { background-color: rgb(124,75,25); }

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

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

 span { border-color: rgb(124,75,25); }

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