#84784C

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

Shades of Clay Creek #84784C

Tints of Clay Creek #84784C

Color information

#84784C (or 0x84784C) is unknown color: approx Clay Creek. HEX triplet: 84, 78 and 4C. RGB value is (132,120,76). Sum of RGB (Red+Green+Blue) = 132+120+76=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #84784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84784C is #7B87B3. Grayscale: #767676. Windows color (decimal): -8095668 or 5011588. OLE color: 5011588.

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

Color convert

RGB13212076-
CMYK00.090.420.48
HSL47.14º26.92%40.78%-
HSV(B)47.14º42.42%51.76%-
XYZ17.5418.869.55-
YUV118.57103.98137.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=40.24%
G=36.59%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321207600.090.420.4847.1426.9240.78
Hex84784C092A302f1b29
Octal2041701140115260573351
Binary10000100111100010011000100110101011000010111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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