#84784F

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

Shades of Clay Creek #84784F

Tints of Clay Creek #84784F

Color information

#84784F (or 0x84784F) is unknown color: approx Clay Creek. HEX triplet: 84, 78 and 4F. RGB value is (132,120,79). Sum of RGB (Red+Green+Blue) = 132+120+79=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #84784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84784F is #7B87B0. Grayscale: #777777. Windows color (decimal): -8095665 or 5208196. OLE color: 5208196.

HSL color Cylindrical-coordinate representation of color #84784F: hue angle of 46.42º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84784F is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13212079-
CMYK00.090.400.48
HSL46.42º25.12%41.37%-
HSV(B)46.42º40.15%51.76%-
XYZ17.6418.910.12-
YUV118.91105.48137.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=39.88%
G=36.25%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321207900.090.400.4846.4225.1241.37
Hex84784F0928302e1929
Octal2041701170115060563151
Binary10000100111100010011110100110100011000010111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84784F; }

 p { color: rgb(132,120,79); }

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

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

 a { background-color: rgb(132,120,79); }

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

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

 span { border-color: rgb(132,120,79); }

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