#827955

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

Shades of Clay Creek #827955

Tints of Clay Creek #827955

Color information

#827955 (or 0x827955) is unknown color: approx Clay Creek. HEX triplet: 82, 79 and 55. RGB value is (130,121,85). Sum of RGB (Red+Green+Blue) = 130+121+85=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #827955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827955 is #7D86AA. Grayscale: #777777. Windows color (decimal): -8226475 or 5601666. OLE color: 5601666.

HSL color Cylindrical-coordinate representation of color #827955: hue angle of 48º 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 #827955 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB13012185-
CMYK00.070.350.49
HSL48º20.93%42.16%-
HSV(B)48º34.62%50.98%-
XYZ17.6819.0811.34-
YUV119.59108.48135.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 121 (47.66% from 255) = 36.01%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=38.69%
G=36.01%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301218500.070.350.494820.9342.16
Hex82795507233130152a
Octal202171125074361602552
Binary1000001011110011010101011110001111000111000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827955; }

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

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

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

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

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

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

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

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