#827B5D

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

Shades of Clay Creek #827B5D

Tints of Clay Creek #827B5D

Color information

#827B5D (or 0x827B5D) is unknown color: approx Clay Creek. HEX triplet: 82, 7B and 5D. RGB value is (130,123,93). Sum of RGB (Red+Green+Blue) = 130+123+93=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #827B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B5D is #7D84A2. Grayscale: #797979. Windows color (decimal): -8225955 or 6126466. OLE color: 6126466.

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

Color convert

RGB13012393-
CMYK00.050.280.49
HSL48.65º16.59%43.73%-
HSV(B)48.65º28.46%50.98%-
XYZ18.2619.713.2-
YUV121.67111.82133.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=37.57%
G=35.55%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301239300.050.280.4948.6516.5943.73
Hex827B5D051C3131112c
Octal202173135053461612154
Binary100000101111011101110101011110011000111000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,123,93); }

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

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

 a { background-color: rgb(130,123,93); }

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

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

 span { border-color: rgb(130,123,93); }

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