#827750

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

Shades of Clay Creek #827750

Tints of Clay Creek #827750

Color information

#827750 (or 0x827750) is unknown color: approx Clay Creek. HEX triplet: 82, 77 and 50. RGB value is (130,119,80). Sum of RGB (Red+Green+Blue) = 130+119+80=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #827750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827750 is #7D88AF. Grayscale: #767676. Windows color (decimal): -8226992 or 5273474. OLE color: 5273474.

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

Color convert

RGB13011980-
CMYK00.080.380.49
HSL46.8º23.81%41.18%-
HSV(B)46.8º38.46%50.98%-
XYZ17.2518.5210.25-
YUV117.84106.64136.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=39.51%
G=36.17%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301198000.080.380.4946.823.8141.18
Hex8277500826312f1829
Octal2021671200104661573051
Binary10000010111011110100000100010011011000110111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827750; }

 p { color: rgb(130,119,80); }

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

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

 a { background-color: rgb(130,119,80); }

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

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

 span { border-color: rgb(130,119,80); }

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