#7C5934

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

Shades of Shingle Fawn #7C5934

Tints of Shingle Fawn #7C5934

Color information

#7C5934 (or 0x7C5934) is unknown color: approx Shingle Fawn. HEX triplet: 7C, 59 and 34. RGB value is (124,89,52). Sum of RGB (Red+Green+Blue) = 124+89+52=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5934 is #83A6CB. Grayscale: #5F5F5F. Windows color (decimal): -8627916 or 3430780. OLE color: 3430780.

HSL color Cylindrical-coordinate representation of color #7C5934: hue angle of 30.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C5934 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB1248952-
CMYK00.280.580.51
HSL30.83º40.91%34.51%-
HSV(B)30.83º58.06%48.63%-
XYZ12.511.684.84-
YUV95.25103.6148.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.79%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=46.79%
G=33.58%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124895200.280.580.5130.8340.9134.51
Hex7C593401C3A331f2923
Octal174131640347263375143
Binary1111100101100111010001110011101011001111111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,89,52); }

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

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

 a { background-color: rgb(124,89,52); }

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

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

 span { border-color: rgb(124,89,52); }

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