#74512F

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

Shades of Shingle Fawn #74512F

Tints of Shingle Fawn #74512F

Color information

#74512F (or 0x74512F) is unknown color: approx Shingle Fawn. HEX triplet: 74, 51 and 2F. RGB value is (116,81,47). Sum of RGB (Red+Green+Blue) = 116+81+47=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74512F is #8BAED0. Grayscale: #575757. Windows color (decimal): -9154257 or 3101044. OLE color: 3101044.

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

Color convert

RGB1168147-
CMYK00.300.590.55
HSL29.57º42.33%31.96%-
HSV(B)29.57º59.48%45.49%-
XYZ10.669.84.02-
YUV87.59105.1148.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=47.54%
G=33.20%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116814700.300.590.5529.5742.3331.96
Hex74512F01E3B371e2a20
Octal164121570367367365240
Binary1110100101000110111101111011101111011111110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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