#827956

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

Shades of Clay Creek #827956

Tints of Clay Creek #827956

Color information

#827956 (or 0x827956) is unknown color: approx Clay Creek. HEX triplet: 82, 79 and 56. RGB value is (130,121,86). Sum of RGB (Red+Green+Blue) = 130+121+86=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #827956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827956 is #7D86A9. Grayscale: #777777. Windows color (decimal): -8226474 or 5667202. OLE color: 5667202.

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

Color convert

RGB13012186-
CMYK00.070.340.49
HSL47.73º20.37%42.35%-
HSV(B)47.73º33.85%50.98%-
XYZ17.7219.0911.56-
YUV119.7108.98135.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=38.58%
G=35.91%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301218600.070.340.4947.7320.3742.35
Hex82795607223130142a
Octal202171126074261602452
Binary1000001011110011010110011110001011000111000010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827956; }

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

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

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

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

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

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

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

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