#747332

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

Shades of Crete #747332

Tints of Crete #747332

Color information

#747332 (or 0x747332) is unknown color: approx Crete. HEX triplet: 74, 73 and 32. RGB value is (116,115,50). Sum of RGB (Red+Green+Blue) = 116+115+50=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #747332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747332 is #8B8CCD. Grayscale: #6C6C6C. Windows color (decimal): -9145550 or 3306356. OLE color: 3306356.

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

Color convert

RGB11611550-
CMYK00.010.570.55
HSL59.09º39.76%32.55%-
HSV(B)59.09º56.9%45.49%-
XYZ13.9116.25.41-
YUV107.8995.33133.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 50 (19.92% from 255) = 17.79%
R=41.28%
G=40.93%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161155000.010.570.5559.0939.7632.55
Hex7473320139373b2821
Octal16416362017167735041
Binary1110100111001111001001111001110111111011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747332; }

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

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

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

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

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

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

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

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