#736E2D

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

Shades of Crete #736E2D

Tints of Crete #736E2D

Color information

#736E2D (or 0x736E2D) is unknown color: approx Crete. HEX triplet: 73, 6E and 2D. RGB value is (115,110,45). Sum of RGB (Red+Green+Blue) = 115+110+45=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #736E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736E2D is #8C91D2. Grayscale: #686868. Windows color (decimal): -9212371 or 2977395. OLE color: 2977395.

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

Color convert

RGB11511045-
CMYK00.040.610.55
HSL55.71º43.75%31.37%-
HSV(B)55.71º60.87%45.1%-
XYZ13.1214.994.68-
YUV104.0894.66135.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 110 (43.36% from 255) = 40.74%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=42.59%
G=40.74%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151104500.040.610.5555.7143.7531.37
Hex736E2D043D37382c1f
Octal16315655047567705437
Binary11100111101110101101010011110111011111100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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