#827A51

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

Shades of Clay Creek #827A51

Tints of Clay Creek #827A51

Color information

#827A51 (or 0x827A51) is unknown color: approx Clay Creek. HEX triplet: 82, 7A and 51. RGB value is (130,122,81). Sum of RGB (Red+Green+Blue) = 130+122+81=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #827A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A51 is #7D85AE. Grayscale: #777777. Windows color (decimal): -8226223 or 5339778. OLE color: 5339778.

HSL color Cylindrical-coordinate representation of color #827A51: hue angle of 50.2º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #827A51 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB13012281-
CMYK00.060.380.49
HSL50.2º23.22%41.37%-
HSV(B)50.2º37.69%50.98%-
XYZ17.6519.2610.57-
YUV119.72106.15135.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=39.04%
G=36.64%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301228100.060.380.4950.223.2241.37
Hex827A51062631321729
Octal202172121064661622751
Binary1000001011110101010001011010011011000111001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827A51; }

 p { color: rgb(130,122,81); }

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

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

 a { background-color: rgb(130,122,81); }

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

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

 span { border-color: rgb(130,122,81); }

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