#737232

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

Shades of Crete #737232

Tints of Crete #737232

Color information

#737232 (or 0x737232) is unknown color: approx Crete. HEX triplet: 73, 72 and 32. RGB value is (115,114,50). Sum of RGB (Red+Green+Blue) = 115+114+50=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #737232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737232 is #8C8DCD. Grayscale: #6B6B6B. Windows color (decimal): -9211342 or 3306099. OLE color: 3306099.

HSL color Cylindrical-coordinate representation of color #737232: hue angle of 59.08º degrees, saturation: 0.39, 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 #737232 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB11511450-
CMYK00.010.570.55
HSL59.08º39.39%32.35%-
HSV(B)59.08º56.52%45.1%-
XYZ13.6615.915.37-
YUV10795.83133.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=41.22%
G=40.86%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151145000.010.570.5559.0839.3932.35
Hex7372320139373b2720
Octal16316262017167734740
Binary1110011111001011001001111001110111111011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737232; }

 p { color: rgb(115,114,50); }

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

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

 a { background-color: rgb(115,114,50); }

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

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

 span { border-color: rgb(115,114,50); }

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