#7D5F3C

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

Shades of Shingle Fawn #7D5F3C

Tints of Shingle Fawn #7D5F3C

Color information

#7D5F3C (or 0x7D5F3C) is unknown color: approx Shingle Fawn. HEX triplet: 7D, 5F and 3C. RGB value is (125,95,60). Sum of RGB (Red+Green+Blue) = 125+95+60=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5F3C is #82A0C3. Grayscale: #646464. Windows color (decimal): -8560836 or 3956605. OLE color: 3956605.

HSL color Cylindrical-coordinate representation of color #7D5F3C: hue angle of 32.31º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D5F3C is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB1259560-
CMYK00.240.520.51
HSL32.31º35.14%36.27%-
HSV(B)32.31º52%49.02%-
XYZ13.3712.876.05-
YUV99.98105.44145.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.64%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=44.64%
G=33.93%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125956000.240.520.5132.3135.1436.27
Hex7D5F3C0183433202324
Octal175137740306463404344
Binary11111011011111111100011000110100110011100000100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,95,60); }

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

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

 a { background-color: rgb(125,95,60); }

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

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

 span { border-color: rgb(125,95,60); }

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