#726D3A

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

Shades of Crete #726D3A

Tints of Crete #726D3A

Color information

#726D3A (or 0x726D3A) is unknown color: approx Crete. HEX triplet: 72, 6D and 3A. RGB value is (114,109,58). Sum of RGB (Red+Green+Blue) = 114+109+58=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #726D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D3A is #8D92C5. Grayscale: #686868. Windows color (decimal): -9278150 or 3829106. OLE color: 3829106.

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

Color convert

RGB11410958-
CMYK00.040.490.55
HSL54.64º32.56%33.73%-
HSV(B)54.64º49.12%44.71%-
XYZ13.1714.826.17-
YUV104.68101.66134.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 109 (42.97% from 255) = 38.79%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=40.57%
G=38.79%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141095800.040.490.5554.6432.5633.73
Hex726D3A043137372122
Octal16215572046167674142
Binary111001011011011110100100110001110111110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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