#867952

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

Shades of Clay Creek #867952

Tints of Clay Creek #867952

Color information

#867952 (or 0x867952) is unknown color: approx Clay Creek. HEX triplet: 86, 79 and 52. RGB value is (134,121,82). Sum of RGB (Red+Green+Blue) = 134+121+82=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #867952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867952 is #7986AD. Grayscale: #787878. Windows color (decimal): -7964334 or 5405062. OLE color: 5405062.

HSL color Cylindrical-coordinate representation of color #867952: hue angle of 45º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867952 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB13412182-
CMYK00.100.390.47
HSL45º24.07%42.35%-
HSV(B)45º38.81%52.55%-
XYZ18.1919.3510.76-
YUV120.44106.31137.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=39.76%
G=35.91%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341218200.100.390.474524.0742.35
Hex8679520A272F2d182a
Octal2061711220124757553052
Binary10000110111100110100100101010011110111110110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867952; }

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

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

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

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

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

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

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

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