#7A6032

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

Shades of Shingle Fawn #7A6032

Tints of Shingle Fawn #7A6032

Color information

#7A6032 (or 0x7A6032) is unknown color: approx Shingle Fawn. HEX triplet: 7A, 60 and 32. RGB value is (122,96,50). Sum of RGB (Red+Green+Blue) = 122+96+50=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6032 is #859FCD. Grayscale: #626262. Windows color (decimal): -8757198 or 3301498. OLE color: 3301498.

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

Color convert

RGB1229650-
CMYK00.210.590.52
HSL38.33º41.86%33.73%-
HSV(B)38.33º59.02%47.84%-
XYZ12.7812.734.8-
YUV98.53100.61144.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.52%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=45.52%
G=35.82%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122965000.210.590.5238.3341.8633.73
Hex7A60320153B34262a22
Octal172140620257364465242
Binary11110101100000110010010101111011110100100110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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