#827858

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

Shades of Clay Creek #827858

Tints of Clay Creek #827858

Color information

#827858 (or 0x827858) is unknown color: approx Clay Creek. HEX triplet: 82, 78 and 58. RGB value is (130,120,88). Sum of RGB (Red+Green+Blue) = 130+120+88=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #827858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827858 is #7D87A7. Grayscale: #777777. Windows color (decimal): -8226728 or 5798018. OLE color: 5798018.

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

Color convert

RGB13012088-
CMYK00.080.320.49
HSL45.71º19.27%42.75%-
HSV(B)45.71º32.31%50.98%-
XYZ17.6818.8811.95-
YUV119.34110.31135.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=38.46%
G=35.50%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301208800.080.320.4945.7119.2742.75
Hex8278580820312e132b
Octal2021701300104061562353
Binary10000010111100010110000100010000011000110111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827858; }

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

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

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

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

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

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

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

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