#745433

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

Shades of Shingle Fawn #745433

Tints of Shingle Fawn #745433

Color information

#745433 (or 0x745433) is unknown color: approx Shingle Fawn. HEX triplet: 74, 54 and 33. RGB value is (116,84,51). Sum of RGB (Red+Green+Blue) = 116+84+51=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #745433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745433 is #8BABCC. Grayscale: #595959. Windows color (decimal): -9153485 or 3363956. OLE color: 3363956.

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

Color convert

RGB1168451-
CMYK00.280.560.55
HSL30.46º38.92%32.75%-
HSV(B)30.46º56.03%45.49%-
XYZ10.9710.294.54-
YUV89.81106.1146.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 51 (20.31% from 255) = 20.32%
R=46.22%
G=33.47%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116845100.280.560.5530.4638.9232.75
Hex74543301C38371e2721
Octal164124630347067364741
Binary1110100101010011001101110011100011011111110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745433; }

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

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

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

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

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

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

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

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