#827953

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

Shades of Clay Creek #827953

Tints of Clay Creek #827953

Color information

#827953 (or 0x827953) is unknown color: approx Clay Creek. HEX triplet: 82, 79 and 53. RGB value is (130,121,83). Sum of RGB (Red+Green+Blue) = 130+121+83=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #827953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827953 is #7D86AC. Grayscale: #777777. Windows color (decimal): -8226477 or 5470594. OLE color: 5470594.

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

Color convert

RGB13012183-
CMYK00.070.360.49
HSL48.51º22.07%41.76%-
HSV(B)48.51º36.15%50.98%-
XYZ17.619.0510.93-
YUV119.36107.48135.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=38.92%
G=36.23%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301218300.070.360.4948.5122.0741.76
Hex82795307243131162a
Octal202171123074461612652
Binary1000001011110011010011011110010011000111000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827953; }

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

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

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

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

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

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

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

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