#84784D

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

Shades of Clay Creek #84784D

Tints of Clay Creek #84784D

Color information

#84784D (or 0x84784D) is unknown color: approx Clay Creek. HEX triplet: 84, 78 and 4D. RGB value is (132,120,77). Sum of RGB (Red+Green+Blue) = 132+120+77=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #84784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84784D is #7B87B2. Grayscale: #767676. Windows color (decimal): -8095667 or 5077124. OLE color: 5077124.

HSL color Cylindrical-coordinate representation of color #84784D: hue angle of 46.91º degrees, saturation: 0.26, 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 #84784D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB13212077-
CMYK00.090.420.48
HSL46.91º26.32%40.98%-
HSV(B)46.91º41.67%51.76%-
XYZ17.5718.879.74-
YUV118.69104.48137.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 77 (30.47% from 255) = 23.40%
R=40.12%
G=36.47%
B=23.40%

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
Decimal1321207700.090.420.4846.9126.3240.98
Hex84784D092A302f1a29
Octal2041701150115260573251
Binary10000100111100010011010100110101011000010111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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