#747033

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

Shades of Crete #747033

Tints of Crete #747033

Color information

#747033 (or 0x747033) is unknown color: approx Crete. HEX triplet: 74, 70 and 33. RGB value is (116,112,51). Sum of RGB (Red+Green+Blue) = 116+112+51=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #747033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747033 is #8B8FCC. Grayscale: #6A6A6A. Windows color (decimal): -9146317 or 3371124. OLE color: 3371124.

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

Color convert

RGB11611251-
CMYK00.030.560.55
HSL56.31º38.92%32.75%-
HSV(B)56.31º56.03%45.49%-
XYZ13.5915.545.42-
YUV106.2496.83134.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=41.58%
G=40.14%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161125100.030.560.5556.3138.9232.75
Hex747033033837382721
Octal16416063037067704741
Binary11101001110000110011011111000110111111000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747033; }

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

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

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

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

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

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

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

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