#7A5531

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

Shades of Shingle Fawn #7A5531

Tints of Shingle Fawn #7A5531

Color information

#7A5531 (or 0x7A5531) is unknown color: approx Shingle Fawn. HEX triplet: 7A, 55 and 31. RGB value is (122,85,49). Sum of RGB (Red+Green+Blue) = 122+85+49=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5531 is #85AACE. Grayscale: #5C5C5C. Windows color (decimal): -8760015 or 3233146. OLE color: 3233146.

HSL color Cylindrical-coordinate representation of color #7A5531: hue angle of 29.59º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A5531 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB1228549-
CMYK00.300.600.52
HSL29.59º42.69%33.53%-
HSV(B)29.59º59.84%47.84%-
XYZ11.8310.864.38-
YUV91.96103.76149.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.66%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=47.66%
G=33.20%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122854900.300.600.5229.5942.6933.53
Hex7A553101E3C341e2b22
Octal172125610367464365342
Binary1111010101010111000101111011110011010011110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,85,49); }

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

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

 a { background-color: rgb(122,85,49); }

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

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

 span { border-color: rgb(122,85,49); }

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