#827857

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

Shades of Clay Creek #827857

Tints of Clay Creek #827857

Color information

#827857 (or 0x827857) is unknown color: approx Clay Creek. HEX triplet: 82, 78 and 57. RGB value is (130,120,87). Sum of RGB (Red+Green+Blue) = 130+120+87=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #827857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827857 is #7D87A8. Grayscale: #777777. Windows color (decimal): -8226729 or 5732482. OLE color: 5732482.

HSL color Cylindrical-coordinate representation of color #827857: hue angle of 46.05º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #827857 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB13012087-
CMYK00.080.330.49
HSL46.05º19.82%42.55%-
HSV(B)46.05º33.08%50.98%-
XYZ17.6418.8711.73-
YUV119.23109.81135.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 87 (34.38% from 255) = 25.82%
R=38.58%
G=35.61%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301208700.080.330.4946.0519.8242.55
Hex8278570821312e142b
Octal2021701270104161562453
Binary10000010111100010101110100010000111000110111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827857; }

 p { color: rgb(130,120,87); }

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

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

 a { background-color: rgb(130,120,87); }

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

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

 span { border-color: rgb(130,120,87); }

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