#74552F

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

Shades of Shingle Fawn #74552F

Tints of Shingle Fawn #74552F

Color information

#74552F (or 0x74552F) is unknown color: approx Shingle Fawn. HEX triplet: 74, 55 and 2F. RGB value is (116,85,47). Sum of RGB (Red+Green+Blue) = 116+85+47=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74552F is #8BAAD0. Grayscale: #5A5A5A. Windows color (decimal): -9153233 or 3102068. OLE color: 3102068.

HSL color Cylindrical-coordinate representation of color #74552F: hue angle of 33.04º 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 #74552F is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1168547-
CMYK00.270.590.55
HSL33.04º42.33%31.96%-
HSV(B)33.04º59.48%45.49%-
XYZ10.9610.424.12-
YUV89.94103.77146.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=46.77%
G=34.27%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116854700.270.590.5533.0442.3331.96
Hex74552F01B3B37212a20
Octal164125570337367415240
Binary11101001010101101111011011111011110111100001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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