#827854

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

Shades of Clay Creek #827854

Tints of Clay Creek #827854

Color information

#827854 (or 0x827854) is unknown color: approx Clay Creek. HEX triplet: 82, 78 and 54. RGB value is (130,120,84). Sum of RGB (Red+Green+Blue) = 130+120+84=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #827854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827854 is #7D87AB. Grayscale: #777777. Windows color (decimal): -8226732 or 5535874. OLE color: 5535874.

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

Color convert

RGB13012084-
CMYK00.080.350.49
HSL46.96º21.5%41.96%-
HSV(B)46.96º35.38%50.98%-
XYZ17.5218.8211.1-
YUV118.89108.31135.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=38.92%
G=35.93%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301208400.080.350.4946.9621.541.96
Hex8278540823312f152a
Octal2021701240104361572552
Binary10000010111100010101000100010001111000110111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827854; }

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

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

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

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

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

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

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

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