#807C3A

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

Shades of Crete #807C3A

Tints of Crete #807C3A

Color information

#807C3A (or 0x807C3A) is unknown color: approx Crete. HEX triplet: 80, 7C and 3A. RGB value is (128,124,58). Sum of RGB (Red+Green+Blue) = 128+124+58=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #807C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C3A is #7F83C5. Grayscale: #757575. Windows color (decimal): -8356806 or 3832960. OLE color: 3832960.

HSL color Cylindrical-coordinate representation of color #807C3A: hue angle of 56.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #807C3A is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB12812458-
CMYK00.030.550.50
HSL56.57º37.63%36.47%-
HSV(B)56.57º54.69%50.2%-
XYZ16.8719.316.84-
YUV117.6794.33135.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=41.29%
G=40%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281245800.030.550.5056.5737.6336.47
Hex807C3A033732392624
Octal20017472036762714644
Binary100000001111100111010011110111110010111001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,124,58); }

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

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

 a { background-color: rgb(128,124,58); }

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

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

 span { border-color: rgb(128,124,58); }

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