#747231

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

Shades of Crete #747231

Tints of Crete #747231

Color information

#747231 (or 0x747231) is unknown color: approx Crete. HEX triplet: 74, 72 and 31. RGB value is (116,114,49). Sum of RGB (Red+Green+Blue) = 116+114+49=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #747231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747231 is #8B8DCE. Grayscale: #6B6B6B. Windows color (decimal): -9145807 or 3240564. OLE color: 3240564.

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

Color convert

RGB11611449-
CMYK00.020.580.55
HSL58.21º40.61%32.35%-
HSV(B)58.21º57.76%45.49%-
XYZ13.7715.975.26-
YUV107.1995.16134.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 49 (19.53% from 255) = 17.56%
R=41.58%
G=40.86%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161144900.020.580.5558.2140.6132.35
Hex747231023A373a2920
Octal16416261027267725140
Binary11101001110010110001010111010110111111010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747231; }

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

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

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

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

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

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

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

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