#74512E

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

Shades of Shingle Fawn #74512E

Tints of Shingle Fawn #74512E

Color information

#74512E (or 0x74512E) is unknown color: approx Shingle Fawn. HEX triplet: 74, 51 and 2E. RGB value is (116,81,46). Sum of RGB (Red+Green+Blue) = 116+81+46=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74512E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74512E is #8BAED1. Grayscale: #575757. Windows color (decimal): -9154258 or 3035508. OLE color: 3035508.

HSL color Cylindrical-coordinate representation of color #74512E: hue angle of 30º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74512E is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1168146-
CMYK00.300.600.55
HSL30º43.21%31.76%-
HSV(B)30º60.34%45.49%-
XYZ10.649.83.91-
YUV87.48104.6148.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=47.74%
G=33.33%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116814600.300.600.553043.2131.76
Hex74512E01E3C371e2b20
Octal164121560367467365340
Binary1110100101000110111001111011110011011111110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74512E; }

 p { color: rgb(116,81,46); }

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

<style>
 a { background-color: #74512E; }

 a { background-color: rgb(116,81,46); }

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

<style>
 span { border-color: #74512E; }

 span { border-color: rgb(116,81,46); }

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