#7C5933

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

Shades of Shingle Fawn #7C5933

Tints of Shingle Fawn #7C5933

Color information

#7C5933 (or 0x7C5933) is unknown color: approx Shingle Fawn. HEX triplet: 7C, 59 and 33. RGB value is (124,89,51). Sum of RGB (Red+Green+Blue) = 124+89+51=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5933 is #83A6CC. Grayscale: #5F5F5F. Windows color (decimal): -8627917 or 3365244. OLE color: 3365244.

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

Color convert

RGB1248951-
CMYK00.280.590.51
HSL31.23º41.71%34.31%-
HSV(B)31.23º58.87%48.63%-
XYZ12.4811.674.73-
YUV95.13103.1148.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.97%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=46.97%
G=33.71%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124895100.280.590.5131.2341.7134.31
Hex7C593301C3B331f2a22
Octal174131630347363375242
Binary1111100101100111001101110011101111001111111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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