#736E31

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

Shades of Crete #736E31

Tints of Crete #736E31

Color information

#736E31 (or 0x736E31) is unknown color: approx Crete. HEX triplet: 73, 6E and 31. RGB value is (115,110,49). Sum of RGB (Red+Green+Blue) = 115+110+49=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #736E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736E31 is #8C91CE. Grayscale: #686868. Windows color (decimal): -9212367 or 3239539. OLE color: 3239539.

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

Color convert

RGB11511049-
CMYK00.040.570.55
HSL55.45º40.24%32.16%-
HSV(B)55.45º57.39%45.1%-
XYZ13.215.025.11-
YUV104.5496.66135.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 49 (19.53% from 255) = 17.88%
R=41.97%
G=40.15%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151104900.040.570.5555.4540.2432.16
Hex736E31043937372820
Octal16315661047167675040
Binary111001111011101100010100111001110111110111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736E31; }

 p { color: rgb(115,110,49); }

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

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

 a { background-color: rgb(115,110,49); }

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

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

 span { border-color: rgb(115,110,49); }

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