#807D3B

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

Shades of Crete #807D3B

Tints of Crete #807D3B

Color information

#807D3B (or 0x807D3B) is unknown color: approx Crete. HEX triplet: 80, 7D and 3B. RGB value is (128,125,59). Sum of RGB (Red+Green+Blue) = 128+125+59=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #807D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807D3B is #7F82C4. Grayscale: #767676. Windows color (decimal): -8356549 or 3898752. OLE color: 3898752.

HSL color Cylindrical-coordinate representation of color #807D3B: hue angle of 57.39º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #807D3B is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB12812559-
CMYK00.020.540.50
HSL57.39º36.9%36.67%-
HSV(B)57.39º53.91%50.2%-
XYZ17.0319.577.02-
YUV118.3794.49134.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 125 (49.22% from 255) = 40.06%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=41.03%
G=40.06%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281255900.020.540.5057.3936.936.67
Hex807D3B023632392525
Octal20017573026662714545
Binary100000001111101111011010110110110010111001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807D3B; }

 p { color: rgb(128,125,59); }

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

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

 a { background-color: rgb(128,125,59); }

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

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

 span { border-color: rgb(128,125,59); }

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