#747031

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

Shades of Crete #747031

Tints of Crete #747031

Color information

#747031 (or 0x747031) is unknown color: approx Crete. HEX triplet: 74, 70 and 31. RGB value is (116,112,49). Sum of RGB (Red+Green+Blue) = 116+112+49=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #747031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747031 is #8B8FCE. Grayscale: #6A6A6A. Windows color (decimal): -9146319 or 3240052. OLE color: 3240052.

HSL color Cylindrical-coordinate representation of color #747031: hue angle of 56.42º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #747031 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB11611249-
CMYK00.030.580.55
HSL56.42º40.61%32.35%-
HSV(B)56.42º57.76%45.49%-
XYZ13.5515.525.19-
YUV106.0195.83135.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=41.88%
G=40.43%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161124900.030.580.5556.4240.6132.35
Hex747031033A37382920
Octal16416061037267705140
Binary11101001110000110001011111010110111111000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747031; }

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

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

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

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

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

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

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

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