#827951

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

Shades of Clay Creek #827951

Tints of Clay Creek #827951

Color information

#827951 (or 0x827951) is unknown color: approx Clay Creek. HEX triplet: 82, 79 and 51. RGB value is (130,121,81). Sum of RGB (Red+Green+Blue) = 130+121+81=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #827951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827951 is #7D86AE. Grayscale: #777777. Windows color (decimal): -8226479 or 5339522. OLE color: 5339522.

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

Color convert

RGB13012181-
CMYK00.070.380.49
HSL48.98º23.22%41.37%-
HSV(B)48.98º37.69%50.98%-
XYZ17.5319.0110.53-
YUV119.13106.48135.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.16%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=39.16%
G=36.45%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301218100.070.380.4948.9823.2241.37
Hex827951072631311729
Octal202171121074661612751
Binary1000001011110011010001011110011011000111000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827951; }

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

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

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

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

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

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

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

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