#817C3B

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

Shades of Crete #817C3B

Tints of Crete #817C3B

Color information

#817C3B (or 0x817C3B) is unknown color: approx Crete. HEX triplet: 81, 7C and 3B. RGB value is (129,124,59). Sum of RGB (Red+Green+Blue) = 129+124+59=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #817C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817C3B is #7E83C4. Grayscale: #767676. Windows color (decimal): -8291269 or 3898497. OLE color: 3898497.

HSL color Cylindrical-coordinate representation of color #817C3B: hue angle of 55.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #817C3B is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB12912459-
CMYK00.040.540.49
HSL55.71º37.23%36.86%-
HSV(B)55.71º54.26%50.59%-
XYZ17.0519.46.98-
YUV118.0894.66135.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.35%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=41.35%
G=39.74%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291245900.040.540.4955.7137.2336.86
Hex817C3B043631382525
Octal20117473046661704545
Binary1000000111111001110110100110110110001111000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817C3B; }

 p { color: rgb(129,124,59); }

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

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

 a { background-color: rgb(129,124,59); }

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

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

 span { border-color: rgb(129,124,59); }

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