#827757

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

Shades of Clay Creek #827757

Tints of Clay Creek #827757

Color information

#827757 (or 0x827757) is unknown color: approx Clay Creek. HEX triplet: 82, 77 and 57. RGB value is (130,119,87). Sum of RGB (Red+Green+Blue) = 130+119+87=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #827757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827757 is #7D88A8. Grayscale: #767676. Windows color (decimal): -8226985 or 5732226. OLE color: 5732226.

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

Color convert

RGB13011987-
CMYK00.080.330.49
HSL44.65º19.82%42.55%-
HSV(B)44.65º33.08%50.98%-
XYZ17.5218.6311.69-
YUV118.64110.14136.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 87 (34.38% from 255) = 25.89%
R=38.69%
G=35.42%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301198700.080.330.4944.6519.8242.55
Hex8277570821312d142b
Octal2021671270104161552453
Binary10000010111011110101110100010000111000110110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827757; }

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

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

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

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

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

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

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

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