#7C5B31

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

Shades of Shingle Fawn #7C5B31

Tints of Shingle Fawn #7C5B31

Color information

#7C5B31 (or 0x7C5B31) is unknown color: approx Shingle Fawn. HEX triplet: 7C, 5B and 31. RGB value is (124,91,49). Sum of RGB (Red+Green+Blue) = 124+91+49=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5B31 is #83A4CE. Grayscale: #606060. Windows color (decimal): -8627407 or 3234684. OLE color: 3234684.

HSL color Cylindrical-coordinate representation of color #7C5B31: hue angle of 33.6º 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 #7C5B31 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1249149-
CMYK00.270.600.51
HSL33.6º43.35%33.92%-
HSV(B)33.6º60.48%48.63%-
XYZ12.6111.994.56-
YUV96.08101.43147.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.97%
GREEN value IS 91 (35.94% from 255) = 34.47%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=46.97%
G=34.47%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124914900.270.600.5133.643.3533.92
Hex7C5B3101B3C33222b22
Octal174133610337463425342
Binary11111001011011110001011011111100110011100010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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