#726E32

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

Shades of Crete #726E32

Tints of Crete #726E32

Color information

#726E32 (or 0x726E32) is unknown color: approx Crete. HEX triplet: 72, 6E and 32. RGB value is (114,110,50). Sum of RGB (Red+Green+Blue) = 114+110+50=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #726E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E32 is #8D91CD. Grayscale: #686868. Windows color (decimal): -9277902 or 3305074. OLE color: 3305074.

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

Color convert

RGB11411050-
CMYK00.040.560.55
HSL56.25º39.02%32.16%-
HSV(B)56.25º56.14%44.71%-
XYZ13.0914.965.22-
YUV104.3697.33134.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 50 (19.92% from 255) = 18.25%
R=41.61%
G=40.15%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141105000.040.560.5556.2539.0232.16
Hex726E32043837382720
Octal16215662047067704740
Binary111001011011101100100100111000110111111000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726E32; }

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

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

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

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

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

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

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

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