#727232

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

Shades of Crete #727232

Tints of Crete #727232

Color information

#727232 (or 0x727232) is unknown color: approx Crete. HEX triplet: 72, 72 and 32. RGB value is (114,114,50). Sum of RGB (Red+Green+Blue) = 114+114+50=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727232 is #8D8DCD. Grayscale: #6A6A6A. Windows color (decimal): -9276878 or 3306098. OLE color: 3306098.

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

Color convert

RGB11411450-
CMYK000.560.55
HSL60º39.02%32.16%-
HSV(B)60º56.14%44.71%-
XYZ13.5315.845.36-
YUV106.796133.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=41.01%
G=41.01%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411450000.560.556039.0232.16
Hex7272320038373c2720
Octal16216262007067744740
Binary1110010111001011001000111000110111111100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727232; }

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

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

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

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

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

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

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

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