#827a5c

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

Shades of Clay Creek #827A5C

Tints of Clay Creek #827A5C

Color information

#827A5C (or 0x827A5C) is unknown color: approx Clay Creek. HEX triplet: 82, 7A and 5C. RGB value is (130,122,92). Sum of RGB (Red+Green+Blue) = 130+122+92=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #827A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A5C is #7D85A3. Grayscale: #797979. Windows color (decimal): -8226212 or 6060674. OLE color: 6060674.

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

Color convert

RGB13012292-
CMYK00.060.290.49
HSL47.37º17.12%43.53%-
HSV(B)47.37º29.23%50.98%-
XYZ18.119.4412.92-
YUV120.97111.65134.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=37.79%
G=35.47%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301229200.060.290.4947.3717.1243.53
Hex827A5C061D312f112c
Octal202172134063561572154
Binary100000101111010101110001101110111000110111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827a5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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