#80793D

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

Shades of Crete #80793D

Tints of Crete #80793D

Color information

#80793D (or 0x80793D) is unknown color: approx Crete. HEX triplet: 80, 79 and 3D. RGB value is (128,121,61). Sum of RGB (Red+Green+Blue) = 128+121+61=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #80793D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80793D is #7F86C2. Grayscale: #747474. Windows color (decimal): -8357571 or 4028800. OLE color: 4028800.

HSL color Cylindrical-coordinate representation of color #80793D: hue angle of 53.73º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80793D is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB12812161-
CMYK00.050.520.50
HSL53.73º35.45%37.06%-
HSV(B)53.73º52.34%50.2%-
XYZ16.5818.67.13-
YUV116.2596.82136.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=41.29%
G=39.03%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281216100.050.520.5053.7335.4537.06
Hex80793D053432362325
Octal20017175056462664345
Binary1000000011110011111010101110100110010110110100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80793D; }

 p { color: rgb(128,121,61); }

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

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

 a { background-color: rgb(128,121,61); }

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

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

 span { border-color: rgb(128,121,61); }

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