#7C5F34

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

Shades of Shingle Fawn #7C5F34

Tints of Shingle Fawn #7C5F34

Color information

#7C5F34 (or 0x7C5F34) is unknown color: approx Shingle Fawn. HEX triplet: 7C, 5F and 34. RGB value is (124,95,52). Sum of RGB (Red+Green+Blue) = 124+95+52=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5F34 is #83A0CB. Grayscale: #626262. Windows color (decimal): -8626380 or 3432316. OLE color: 3432316.

HSL color Cylindrical-coordinate representation of color #7C5F34: hue angle of 35.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 #7C5F34 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB1249552-
CMYK00.230.580.51
HSL35.83º40.91%34.51%-
HSV(B)35.83º58.06%48.63%-
XYZ13.0212.725.02-
YUV98.77101.61146-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.76%
GREEN value IS 95 (37.5% from 255) = 35.06%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=45.76%
G=35.06%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124955200.230.580.5135.8340.9134.51
Hex7C5F340173A33242923
Octal174137640277263445143
Binary11111001011111110100010111111010110011100100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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