#7A471C

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

Shades of Russet #7A471C

Tints of Russet #7A471C

Color information

#7A471C (or 0x7A471C) is unknown color: approx Russet. HEX triplet: 7A, 47 and 1C. RGB value is (122,71,28). Sum of RGB (Red+Green+Blue) = 122+71+28=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A471C is #85B8E3. Grayscale: #515151. Windows color (decimal): -8763620 or 1853306. OLE color: 1853306.

HSL color Cylindrical-coordinate representation of color #7A471C: hue angle of 27.45º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A471C is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB1227128-
CMYK00.420.770.52
HSL27.45º62.67%29.41%-
HSV(B)27.45º77.05%47.84%-
XYZ10.498.732.23-
YUV81.3597.9157-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.20%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=55.20%
G=32.13%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122712800.420.770.5227.4562.6729.41
Hex7A471C02A4D341b3f1d
Octal1721073405211564337735
Binary1111010100011111100010101010011011101001101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,71,28); }

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

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

 a { background-color: rgb(122,71,28); }

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

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

 span { border-color: rgb(122,71,28); }

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