#827755

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

Shades of Clay Creek #827755

Tints of Clay Creek #827755

Color information

#827755 (or 0x827755) is unknown color: approx Clay Creek. HEX triplet: 82, 77 and 55. RGB value is (130,119,85). Sum of RGB (Red+Green+Blue) = 130+119+85=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #827755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827755 is #7D88AA. Grayscale: #767676. Windows color (decimal): -8226987 or 5601154. OLE color: 5601154.

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

Color convert

RGB13011985-
CMYK00.080.350.49
HSL45.33º20.93%42.16%-
HSV(B)45.33º34.62%50.98%-
XYZ17.4418.611.26-
YUV118.41109.14136.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=38.92%
G=35.63%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301198500.080.350.4945.3320.9342.16
Hex8277550823312d152a
Octal2021671250104361552552
Binary10000010111011110101010100010001111000110110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827755; }

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

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

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

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

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

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

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

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