#7C5634

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

Shades of Shingle Fawn #7C5634

Tints of Shingle Fawn #7C5634

Color information

#7C5634 (or 0x7C5634) is unknown color: approx Shingle Fawn. HEX triplet: 7C, 56 and 34. RGB value is (124,86,52). Sum of RGB (Red+Green+Blue) = 124+86+52=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5634 is #83A9CB. Grayscale: #5D5D5D. Windows color (decimal): -8628684 or 3430012. OLE color: 3430012.

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

Color convert

RGB1248652-
CMYK00.310.580.51
HSL28.33º40.91%34.51%-
HSV(B)28.33º58.06%48.63%-
XYZ12.2611.194.76-
YUV93.49104.59149.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.33%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 52 (20.70% from 255) = 19.85%
R=47.33%
G=32.82%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124865200.310.580.5128.3340.9134.51
Hex7C563401F3A331c2923
Octal174126640377263345143
Binary1111100101011011010001111111101011001111100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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