#726D38

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

Shades of Crete #726D38

Tints of Crete #726D38

Color information

#726D38 (or 0x726D38) is unknown color: approx Crete. HEX triplet: 72, 6D and 38. RGB value is (114,109,56). Sum of RGB (Red+Green+Blue) = 114+109+56=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #726D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D38 is #8D92C7. Grayscale: #686868. Windows color (decimal): -9278152 or 3698034. OLE color: 3698034.

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

Color convert

RGB11410956-
CMYK00.040.510.55
HSL54.83º34.12%33.33%-
HSV(B)54.83º50.88%44.71%-
XYZ13.1214.85.91-
YUV104.45100.66134.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 56 (22.27% from 255) = 20.07%
R=40.86%
G=39.07%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141095600.040.510.5554.8334.1233.33
Hex726D38043337372221
Octal16215570046367674241
Binary111001011011011110000100110011110111110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,109,56); }

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

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

 a { background-color: rgb(114,109,56); }

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

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

 span { border-color: rgb(114,109,56); }

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