#827856

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

Shades of Clay Creek #827856

Tints of Clay Creek #827856

Color information

#827856 (or 0x827856) is unknown color: approx Clay Creek. HEX triplet: 82, 78 and 56. RGB value is (130,120,86). Sum of RGB (Red+Green+Blue) = 130+120+86=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #827856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827856 is #7D87A9. Grayscale: #777777. Windows color (decimal): -8226730 or 5666946. OLE color: 5666946.

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

Color convert

RGB13012086-
CMYK00.080.340.49
HSL46.36º20.37%42.35%-
HSV(B)46.36º33.85%50.98%-
XYZ17.618.8511.51-
YUV119.11109.31135.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=38.69%
G=35.71%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301208600.080.340.4946.3620.3742.35
Hex8278560822312e142a
Octal2021701260104261562452
Binary10000010111100010101100100010001011000110111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827856; }

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

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

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

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

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

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

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

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