#7A6037

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

Shades of Shingle Fawn #7A6037

Tints of Shingle Fawn #7A6037

Color information

#7A6037 (or 0x7A6037) is unknown color: approx Shingle Fawn. HEX triplet: 7A, 60 and 37. RGB value is (122,96,55). Sum of RGB (Red+Green+Blue) = 122+96+55=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6037 is #859FC8. Grayscale: #636363. Windows color (decimal): -8757193 or 3629178. OLE color: 3629178.

HSL color Cylindrical-coordinate representation of color #7A6037: hue angle of 36.72º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A6037 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.52.

Color convert

RGB1229655-
CMYK00.210.550.52
HSL36.72º37.85%34.71%-
HSV(B)36.72º54.92%47.84%-
XYZ12.912.785.4-
YUV99.1103.11144.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.69%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=44.69%
G=35.16%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122965500.210.550.5236.7237.8534.71
Hex7A60370153734252623
Octal172140670256764454643
Binary11110101100000110111010101110111110100100101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,55); }

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

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

 a { background-color: rgb(122,96,55); }

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

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

 span { border-color: rgb(122,96,55); }

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