#727231

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

Shades of Crete #727231

Tints of Crete #727231

Color information

#727231 (or 0x727231) is unknown color: approx Crete. HEX triplet: 72, 72 and 31. RGB value is (114,114,49). Sum of RGB (Red+Green+Blue) = 114+114+49=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727231 is #8D8DCE. Grayscale: #6A6A6A. Windows color (decimal): -9276879 or 3240562. OLE color: 3240562.

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

Color convert

RGB11411449-
CMYK000.570.55
HSL60º39.88%31.96%-
HSV(B)60º57.02%44.71%-
XYZ13.5115.835.25-
YUV106.5995.5133.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=41.16%
G=41.16%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411449000.570.556039.8831.96
Hex7272310039373c2820
Octal16216261007167745040
Binary1110010111001011000100111001110111111100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727231; }

 p { color: rgb(114,114,49); }

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

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

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

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

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

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

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