#7F5D36

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

Shades of Shingle Fawn #7F5D36

Tints of Shingle Fawn #7F5D36

Color information

#7F5D36 (or 0x7F5D36) is unknown color: approx Shingle Fawn. HEX triplet: 7F, 5D and 36. RGB value is (127,93,54). Sum of RGB (Red+Green+Blue) = 127+93+54=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5D36 is #80A2C9. Grayscale: #626262. Windows color (decimal): -8430282 or 3562879. OLE color: 3562879.

HSL color Cylindrical-coordinate representation of color #7F5D36: hue angle of 32.05º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F5D36 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1279354-
CMYK00.270.570.50
HSL32.05º40.33%35.49%-
HSV(B)32.05º57.48%49.8%-
XYZ13.3312.615.22-
YUV98.72102.76148.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=46.35%
G=33.94%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127935400.270.570.5032.0540.3335.49
Hex7F5D3601B3932202823
Octal177135660337162405043
Binary11111111011101110110011011111001110010100000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,93,54); }

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

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

 a { background-color: rgb(127,93,54); }

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

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

 span { border-color: rgb(127,93,54); }

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