#745830

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

Shades of Shingle Fawn #745830

Tints of Shingle Fawn #745830

Color information

#745830 (or 0x745830) is unknown color: approx Shingle Fawn. HEX triplet: 74, 58 and 30. RGB value is (116,88,48). Sum of RGB (Red+Green+Blue) = 116+88+48=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #745830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745830 is #8BA7CF. Grayscale: #5C5C5C. Windows color (decimal): -9152464 or 3168372. OLE color: 3168372.

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

Color convert

RGB1168848-
CMYK00.240.590.55
HSL35.29º41.46%32.16%-
HSV(B)35.29º58.62%45.49%-
XYZ11.2310.914.31-
YUV91.81103.28145.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=46.03%
G=34.92%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116884800.240.590.5535.2941.4632.16
Hex7458300183B37232920
Octal164130600307367435140
Binary11101001011000110000011000111011110111100011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745830; }

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

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

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

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

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

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

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

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