#817652

Color #817652 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #817652

Tints of Clay Creek #817652

Color information

#817652 (or 0x817652) is unknown color: approx Clay Creek. HEX triplet: 81, 76 and 52. RGB value is (129,118,82). Sum of RGB (Red+Green+Blue) = 129+118+82=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #817652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817652 is #7E89AD. Grayscale: #757575. Windows color (decimal): -8292782 or 5404289. OLE color: 5404289.

HSL color Cylindrical-coordinate representation of color #817652: hue angle of 45.96º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #817652 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB12911882-
CMYK00.090.360.49
HSL45.96º22.27%41.37%-
HSV(B)45.96º36.43%50.59%-
XYZ17.0518.2310.6-
YUV117.18108.14136.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=39.21%
G=35.87%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291188200.090.360.4945.9622.2741.37
Hex8176520924312e1629
Octal2011661220114461562651
Binary10000001111011010100100100110010011000110111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817652; }

 p { color: rgb(129,118,82); }

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

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

 a { background-color: rgb(129,118,82); }

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

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

 span { border-color: rgb(129,118,82); }

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