#7C471A

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

Shades of Russet #7C471A

Tints of Russet #7C471A

Color information

#7C471A (or 0x7C471A) is unknown color: approx Russet. HEX triplet: 7C, 47 and 1A. RGB value is (124,71,26). Sum of RGB (Red+Green+Blue) = 124+71+26=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C471A is #83B8E5. Grayscale: #515151. Windows color (decimal): -8632550 or 1722236. OLE color: 1722236.

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

Color convert

RGB1247126-
CMYK00.430.790.51
HSL27.55º65.33%29.41%-
HSV(B)27.55º79.03%48.63%-
XYZ10.758.872.12-
YUV81.7296.56158.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.11%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 26 (10.55% from 255) = 11.76%
R=56.11%
G=32.13%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124712600.430.790.5127.5565.3329.41
Hex7C471A02B4F331c411d
Octal17410732053117633410135
Binary11111001000111110100101011100111111001111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,71,26); }

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

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

 a { background-color: rgb(124,71,26); }

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

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

 span { border-color: rgb(124,71,26); }

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