#745633

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

Shades of Shingle Fawn #745633

Tints of Shingle Fawn #745633

Color information

#745633 (or 0x745633) is unknown color: approx Shingle Fawn. HEX triplet: 74, 56 and 33. RGB value is (116,86,51). Sum of RGB (Red+Green+Blue) = 116+86+51=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #745633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745633 is #8BA9CC. Grayscale: #5B5B5B. Windows color (decimal): -9152973 or 3364468. OLE color: 3364468.

HSL color Cylindrical-coordinate representation of color #745633: hue angle of 32.31º 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 #745633 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1168651-
CMYK00.260.560.55
HSL32.31º38.92%32.75%-
HSV(B)32.31º56.03%45.49%-
XYZ11.1310.614.59-
YUV90.98105.44145.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=45.85%
G=33.99%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116865100.260.560.5532.3138.9232.75
Hex74563301A3837202721
Octal164126630327067404741
Binary11101001010110110011011010111000110111100000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745633; }

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

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

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

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

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

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

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

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