#726E3A

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

Shades of Crete #726E3A

Tints of Crete #726E3A

Color information

#726E3A (or 0x726E3A) is unknown color: approx Crete. HEX triplet: 72, 6E and 3A. RGB value is (114,110,58). Sum of RGB (Red+Green+Blue) = 114+110+58=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #726E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E3A is #8D91C5. Grayscale: #696969. Windows color (decimal): -9277894 or 3829362. OLE color: 3829362.

HSL color Cylindrical-coordinate representation of color #726E3A: hue angle of 55.71º 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 #726E3A is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB11411058-
CMYK00.040.490.55
HSL55.71º32.56%33.73%-
HSV(B)55.71º49.12%44.71%-
XYZ13.2815.036.21-
YUV105.27101.33134.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 110 (43.36% from 255) = 39.01%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=40.43%
G=39.01%
B=20.57%

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
Decimal1141105800.040.490.5555.7132.5633.73
Hex726E3A043137382122
Octal16215672046167704142
Binary111001011011101110100100110001110111111000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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