#84794B

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

Shades of Clay Creek #84794B

Tints of Clay Creek #84794B

Color information

#84794B (or 0x84794B) is unknown color: approx Clay Creek. HEX triplet: 84, 79 and 4B. RGB value is (132,121,75). Sum of RGB (Red+Green+Blue) = 132+121+75=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #84794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84794B is #7B86B4. Grayscale: #777777. Windows color (decimal): -8095413 or 4946308. OLE color: 4946308.

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

Color convert

RGB13212175-
CMYK00.080.430.48
HSL48.42º27.54%40.59%-
HSV(B)48.42º43.18%51.76%-
XYZ17.6219.099.41-
YUV119.04103.14137.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=40.24%
G=36.89%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321217500.080.430.4848.4227.5440.59
Hex84794B082B30301c29
Octal2041711130105360603451
Binary10000100111100110010110100010101111000011000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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