#827957

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

Shades of Clay Creek #827957

Tints of Clay Creek #827957

Color information

#827957 (or 0x827957) is unknown color: approx Clay Creek. HEX triplet: 82, 79 and 57. RGB value is (130,121,87). Sum of RGB (Red+Green+Blue) = 130+121+87=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #827957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827957 is #7D86A8. Grayscale: #777777. Windows color (decimal): -8226473 or 5732738. OLE color: 5732738.

HSL color Cylindrical-coordinate representation of color #827957: hue angle of 47.44º 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 #827957 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB13012187-
CMYK00.070.330.49
HSL47.44º19.82%42.55%-
HSV(B)47.44º33.08%50.98%-
XYZ17.7619.1111.77-
YUV119.82109.48135.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=38.46%
G=35.80%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301218700.070.330.4947.4419.8242.55
Hex8279570721312f142b
Octal202171127074161572453
Binary1000001011110011010111011110000111000110111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827957; }

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

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

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

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

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

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

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

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