#745A30

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

Shades of Shingle Fawn #745A30

Tints of Shingle Fawn #745A30

Color information

#745A30 (or 0x745A30) is unknown color: approx Shingle Fawn. HEX triplet: 74, 5A and 30. RGB value is (116,90,48). Sum of RGB (Red+Green+Blue) = 116+90+48=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A30 is #8BA5CF. Grayscale: #5D5D5D. Windows color (decimal): -9151952 or 3168884. OLE color: 3168884.

HSL color Cylindrical-coordinate representation of color #745A30: hue angle of 37.06º degrees, saturation: 0.41, 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 #745A30 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1169048-
CMYK00.220.590.55
HSL37.06º41.46%32.16%-
HSV(B)37.06º58.62%45.49%-
XYZ11.3911.244.37-
YUV92.99102.61144.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 48 (19.14% from 255) = 18.90%
R=45.67%
G=35.43%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116904800.220.590.5537.0641.4632.16
Hex745A300163B37252920
Octal164132600267367455140
Binary11101001011010110000010110111011110111100101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745A30; }

 p { color: rgb(116,90,48); }

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

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

 a { background-color: rgb(116,90,48); }

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

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

 span { border-color: rgb(116,90,48); }

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