#7A5C3B

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

Shades of Shingle Fawn #7A5C3B

Tints of Shingle Fawn #7A5C3B

Color information

#7A5C3B (or 0x7A5C3B) is unknown color: approx Shingle Fawn. HEX triplet: 7A, 5C and 3B. RGB value is (122,92,59). Sum of RGB (Red+Green+Blue) = 122+92+59=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5C3B is #85A3C4. Grayscale: #616161. Windows color (decimal): -8758213 or 3890298. OLE color: 3890298.

HSL color Cylindrical-coordinate representation of color #7A5C3B: hue angle of 31.43º degrees, saturation: 0.35, 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 #7A5C3B is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB1229259-
CMYK00.250.520.52
HSL31.43º34.81%35.49%-
HSV(B)31.43º51.64%47.84%-
XYZ12.6412.115.81-
YUV97.21106.44145.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.69%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 59 (23.44% from 255) = 21.61%
R=44.69%
G=33.70%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122925900.250.520.5231.4334.8135.49
Hex7A5C3B01934341f2323
Octal172134730316464374343
Binary1111010101110011101101100111010011010011111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,92,59); }

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

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

 a { background-color: rgb(122,92,59); }

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

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

 span { border-color: rgb(122,92,59); }

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