#7C5731

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

Shades of Shingle Fawn #7C5731

Tints of Shingle Fawn #7C5731

Color information

#7C5731 (or 0x7C5731) is unknown color: approx Shingle Fawn. HEX triplet: 7C, 57 and 31. RGB value is (124,87,49). Sum of RGB (Red+Green+Blue) = 124+87+49=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5731 is #83A8CE. Grayscale: #5D5D5D. Windows color (decimal): -8628431 or 3233660. OLE color: 3233660.

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

Color convert

RGB1248749-
CMYK00.300.600.51
HSL30.4º43.35%33.92%-
HSV(B)30.4º60.48%48.63%-
XYZ12.2711.324.44-
YUV93.73102.76149.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.69%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=47.69%
G=33.46%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124874900.300.600.5130.443.3533.92
Hex7C573101E3C331e2b22
Octal174127610367463365342
Binary1111100101011111000101111011110011001111110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,87,49); }

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

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

 a { background-color: rgb(124,87,49); }

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

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

 span { border-color: rgb(124,87,49); }

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