#7A481A

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

Shades of Russet #7A481A

Tints of Russet #7A481A

Color information

#7A481A (or 0x7A481A) is unknown color: approx Russet. HEX triplet: 7A, 48 and 1A. RGB value is (122,72,26). Sum of RGB (Red+Green+Blue) = 122+72+26=220 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.45% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 122 - color contains mainly: red. Hex color #7A481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A481A is #85B7E5. Grayscale: #515151. Windows color (decimal): -8763366 or 1722490. OLE color: 1722490.

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

Color convert

RGB1227226-
CMYK00.410.790.52
HSL28.75º64.86%29.02%-
HSV(B)28.75º78.69%47.84%-
XYZ10.538.852.13-
YUV81.7196.56156.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.45%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=55.45%
G=32.73%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122722600.410.790.5228.7564.8629.02
Hex7A481A0294F341d411d
Octal17211032051117643510135
Binary11110101001000110100101001100111111010011101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,72,26); }

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

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

 a { background-color: rgb(122,72,26); }

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

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

 span { border-color: rgb(122,72,26); }

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