#7A573A

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

Shades of Shingle Fawn #7A573A

Tints of Shingle Fawn #7A573A

Color information

#7A573A (or 0x7A573A) is unknown color: approx Shingle Fawn. HEX triplet: 7A, 57 and 3A. RGB value is (122,87,58). Sum of RGB (Red+Green+Blue) = 122+87+58=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A573A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A573A is #85A8C5. Grayscale: #5E5E5E. Windows color (decimal): -8759494 or 3823482. OLE color: 3823482.

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

Color convert

RGB1228758-
CMYK00.290.520.52
HSL27.19º35.56%35.29%-
HSV(B)27.19º52.46%47.84%-
XYZ12.211.265.53-
YUV94.16107.6147.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.69%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=45.69%
G=32.58%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122875800.290.520.5227.1935.5635.29
Hex7A573A01D34341b2423
Octal172127720356464334443
Binary1111010101011111101001110111010011010011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,87,58); }

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

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

 a { background-color: rgb(122,87,58); }

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

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

 span { border-color: rgb(122,87,58); }

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