#817B3D

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

Shades of Crete #817B3D

Tints of Crete #817B3D

Color information

#817B3D (or 0x817B3D) is unknown color: approx Crete. HEX triplet: 81, 7B and 3D. RGB value is (129,123,61). Sum of RGB (Red+Green+Blue) = 129+123+61=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #817B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817B3D is #7E84C2. Grayscale: #757575. Windows color (decimal): -8291523 or 4029313. OLE color: 4029313.

HSL color Cylindrical-coordinate representation of color #817B3D: hue angle of 54.71º 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 #817B3D is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB12912361-
CMYK00.050.530.49
HSL54.71º35.79%37.25%-
HSV(B)54.71º52.71%50.59%-
XYZ16.9819.177.22-
YUV117.7395.99136.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=41.21%
G=39.30%
B=19.49%

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
Decimal1291236100.050.530.4954.7135.7937.25
Hex817B3D053531372425
Octal20117375056561674445
Binary1000000111110111111010101110101110001110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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