#736C31

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

Shades of Crete #736C31

Tints of Crete #736C31

Color information

#736C31 (or 0x736C31) is unknown color: approx Crete. HEX triplet: 73, 6C and 31. RGB value is (115,108,49). Sum of RGB (Red+Green+Blue) = 115+108+49=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #736C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C31 is #8C93CE. Grayscale: #676767. Windows color (decimal): -9212879 or 3239027. OLE color: 3239027.

HSL color Cylindrical-coordinate representation of color #736C31: hue angle of 53.64º 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 #736C31 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB11510849-
CMYK00.060.570.55
HSL53.64º40.24%32.16%-
HSV(B)53.64º57.39%45.1%-
XYZ12.9914.595.04-
YUV103.3797.32136.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=42.28%
G=39.71%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151084900.060.570.5553.6440.2432.16
Hex736C31063937362820
Octal16315461067167665040
Binary111001111011001100010110111001110111110110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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