#7A4312

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

Shades of Russet #7A4312

Tints of Russet #7A4312

Color information

#7A4312 (or 0x7A4312) is unknown color: approx Russet. HEX triplet: 7A, 43 and 12. RGB value is (122,67,18). Sum of RGB (Red+Green+Blue) = 122+67+18=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4312 is #85BCED. Grayscale: #4E4E4E. Windows color (decimal): -8764654 or 1196922. OLE color: 1196922.

HSL color Cylindrical-coordinate representation of color #7A4312: hue angle of 28.27º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A4312 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB1226718-
CMYK00.450.850.52
HSL28.27º74.29%27.45%-
HSV(B)28.27º85.25%47.84%-
XYZ10.148.21.62-
YUV77.8694.22159.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.94%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=58.94%
G=32.37%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122671800.450.850.5228.2774.2927.45
Hex7A431202D55341c4a1b
Octal17210322055125643411233
Binary11110101000011100100101101101010111010011100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,67,18); }

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

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

 a { background-color: rgb(122,67,18); }

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

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

 span { border-color: rgb(122,67,18); }

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