#817A3D

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

Shades of Crete #817A3D

Tints of Crete #817A3D

Color information

#817A3D (or 0x817A3D) is unknown color: approx Crete. HEX triplet: 81, 7A and 3D. RGB value is (129,122,61). Sum of RGB (Red+Green+Blue) = 129+122+61=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #817A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817A3D is #7E85C2. Grayscale: #757575. Windows color (decimal): -8291779 or 4029057. OLE color: 4029057.

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

Color convert

RGB12912261-
CMYK00.050.530.49
HSL53.82º35.79%37.25%-
HSV(B)53.82º52.71%50.59%-
XYZ16.8618.927.18-
YUV117.1496.32136.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.35%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=41.35%
G=39.10%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291226100.050.530.4953.8235.7937.25
Hex817A3D053531362425
Octal20117275056561664445
Binary1000000111110101111010101110101110001110110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,122,61); }

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

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

 a { background-color: rgb(129,122,61); }

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

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

 span { border-color: rgb(129,122,61); }

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