#84795B

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

Shades of Clay Creek #84795B

Tints of Clay Creek #84795B

Color information

#84795B (or 0x84795B) is unknown color: approx Clay Creek. HEX triplet: 84, 79 and 5B. RGB value is (132,121,91). Sum of RGB (Red+Green+Blue) = 132+121+91=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84795B is #7B86A4. Grayscale: #797979. Windows color (decimal): -8095397 or 5994884. OLE color: 5994884.

HSL color Cylindrical-coordinate representation of color #84795B: hue angle of 43.9º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84795B is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13212191-
CMYK00.080.310.48
HSL43.9º18.39%43.73%-
HSV(B)43.9º31.06%51.76%-
XYZ18.2419.3412.67-
YUV120.87111.14135.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=38.37%
G=35.17%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321219100.080.310.4843.918.3943.73
Hex84795B081F302c122c
Octal2041711330103760542254
Binary1000010011110011011011010001111111000010110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84795B; }

 p { color: rgb(132,121,91); }

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

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

 a { background-color: rgb(132,121,91); }

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

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

 span { border-color: rgb(132,121,91); }

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