#827958

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

Shades of Clay Creek #827958

Tints of Clay Creek #827958

Color information

#827958 (or 0x827958) is unknown color: approx Clay Creek. HEX triplet: 82, 79 and 58. RGB value is (130,121,88). Sum of RGB (Red+Green+Blue) = 130+121+88=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #827958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827958 is #7D86A7. Grayscale: #787878. Windows color (decimal): -8226472 or 5798274. OLE color: 5798274.

HSL color Cylindrical-coordinate representation of color #827958: hue angle of 47.14º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #827958 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB13012188-
CMYK00.070.320.49
HSL47.14º19.27%42.75%-
HSV(B)47.14º32.31%50.98%-
XYZ17.819.1311.99-
YUV119.93109.98135.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=38.35%
G=35.69%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301218800.070.320.4947.1419.2742.75
Hex8279580720312f132b
Octal202171130074061572353
Binary1000001011110011011000011110000011000110111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827958; }

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

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

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

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

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

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

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

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