#745436

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

Shades of Shingle Fawn #745436

Tints of Shingle Fawn #745436

Color information

#745436 (or 0x745436) is unknown color: approx Shingle Fawn. HEX triplet: 74, 54 and 36. RGB value is (116,84,54). Sum of RGB (Red+Green+Blue) = 116+84+54=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745436 is #8BABC9. Grayscale: #5A5A5A. Windows color (decimal): -9153482 or 3560564. OLE color: 3560564.

HSL color Cylindrical-coordinate representation of color #745436: hue angle of 29.03º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #745436 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1168454-
CMYK00.280.530.55
HSL29.03º36.47%33.33%-
HSV(B)29.03º53.45%45.49%-
XYZ11.0410.324.9-
YUV90.15107.6146.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=45.67%
G=33.07%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116845400.280.530.5529.0336.4733.33
Hex74543601C35371d2421
Octal164124660346567354441
Binary1110100101010011011001110011010111011111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745436; }

 p { color: rgb(116,84,54); }

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

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

 a { background-color: rgb(116,84,54); }

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

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

 span { border-color: rgb(116,84,54); }

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