#747232

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

Shades of Crete #747232

Tints of Crete #747232

Color information

#747232 (or 0x747232) is unknown color: approx Crete. HEX triplet: 74, 72 and 32. RGB value is (116,114,50). Sum of RGB (Red+Green+Blue) = 116+114+50=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #747232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747232 is #8B8DCD. Grayscale: #6B6B6B. Windows color (decimal): -9145806 or 3306100. OLE color: 3306100.

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

Color convert

RGB11611450-
CMYK00.020.570.55
HSL58.18º39.76%32.55%-
HSV(B)58.18º56.9%45.49%-
XYZ13.815.985.37-
YUV107.395.66134.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 50 (19.92% from 255) = 17.86%
R=41.43%
G=40.71%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161145000.020.570.5558.1839.7632.55
Hex7472320239373a2821
Octal16416262027167725041
Binary11101001110010110010010111001110111111010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747232; }

 p { color: rgb(116,114,50); }

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

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

 a { background-color: rgb(116,114,50); }

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

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

 span { border-color: rgb(116,114,50); }

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