#7A6138

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

Shades of Shingle Fawn #7A6138

Tints of Shingle Fawn #7A6138

Color information

#7A6138 (or 0x7A6138) is unknown color: approx Shingle Fawn. HEX triplet: 7A, 61 and 38. RGB value is (122,97,56). Sum of RGB (Red+Green+Blue) = 122+97+56=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6138 is #859EC7. Grayscale: #636363. Windows color (decimal): -8756936 or 3694970. OLE color: 3694970.

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

Color convert

RGB1229756-
CMYK00.200.540.52
HSL37.27º37.08%34.9%-
HSV(B)37.27º54.1%47.84%-
XYZ13.0112.975.56-
YUV99.8103.28143.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.36%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=44.36%
G=35.27%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122975600.200.540.5237.2737.0834.9
Hex7A61380143634252523
Octal172141700246664454543
Binary11110101100001111000010100110110110100100101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,56); }

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

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

 a { background-color: rgb(122,97,56); }

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

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

 span { border-color: rgb(122,97,56); }

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