#737032

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

Shades of Crete #737032

Tints of Crete #737032

Color information

#737032 (or 0x737032) is unknown color: approx Crete. HEX triplet: 73, 70 and 32. RGB value is (115,112,50). Sum of RGB (Red+Green+Blue) = 115+112+50=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #737032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737032 is #8C8FCD. Grayscale: #6A6A6A. Windows color (decimal): -9211854 or 3305587. OLE color: 3305587.

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

Color convert

RGB11511250-
CMYK00.030.570.55
HSL57.23º39.39%32.35%-
HSV(B)57.23º56.52%45.1%-
XYZ13.4415.465.29-
YUV105.8396.49134.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=41.52%
G=40.43%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151125000.030.570.5557.2339.3932.35
Hex737032033937392720
Octal16316062037167714740
Binary11100111110000110010011111001110111111001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737032; }

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

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

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

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

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

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

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

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