#807A3A

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

Shades of Crete #807A3A

Tints of Crete #807A3A

Color information

#807A3A (or 0x807A3A) is unknown color: approx Crete. HEX triplet: 80, 7A and 3A. RGB value is (128,122,58). Sum of RGB (Red+Green+Blue) = 128+122+58=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #807A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807A3A is #7F85C5. Grayscale: #747474. Windows color (decimal): -8357318 or 3832448. OLE color: 3832448.

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

Color convert

RGB12812258-
CMYK00.050.550.50
HSL54.86º37.63%36.47%-
HSV(B)54.86º54.69%50.2%-
XYZ16.6318.816.76-
YUV116.594.99136.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.56%
GREEN value IS 122 (48.05% from 255) = 39.61%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=41.56%
G=39.61%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281225800.050.550.5054.8637.6336.47
Hex807A3A053732372624
Octal20017272056762674644
Binary1000000011110101110100101110111110010110111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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