#827952

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

Shades of Clay Creek #827952

Tints of Clay Creek #827952

Color information

#827952 (or 0x827952) is unknown color: approx Clay Creek. HEX triplet: 82, 79 and 52. RGB value is (130,121,82). Sum of RGB (Red+Green+Blue) = 130+121+82=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #827952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827952 is #7D86AD. Grayscale: #777777. Windows color (decimal): -8226478 or 5405058. OLE color: 5405058.

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

Color convert

RGB13012182-
CMYK00.070.370.49
HSL48.75º22.64%41.57%-
HSV(B)48.75º36.92%50.98%-
XYZ17.5719.0310.73-
YUV119.24106.98135.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=39.04%
G=36.34%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301218200.070.370.4948.7522.6441.57
Hex82795207253131172a
Octal202171122074561612752
Binary1000001011110011010010011110010111000111000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827952; }

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

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

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

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

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

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

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

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