#847A4F

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

Shades of Clay Creek #847A4F

Tints of Clay Creek #847A4F

Color information

#847A4F (or 0x847A4F) is unknown color: approx Clay Creek. HEX triplet: 84, 7A and 4F. RGB value is (132,122,79). Sum of RGB (Red+Green+Blue) = 132+122+79=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #847A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A4F is #7B85B0. Grayscale: #787878. Windows color (decimal): -8095153 or 5208708. OLE color: 5208708.

HSL color Cylindrical-coordinate representation of color #847A4F: hue angle of 48.68º 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 #847A4F is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13212279-
CMYK00.080.400.48
HSL48.68º25.12%41.37%-
HSV(B)48.68º40.15%51.76%-
XYZ17.8919.3910.2-
YUV120.09104.81136.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=39.64%
G=36.64%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321227900.080.400.4848.6825.1241.37
Hex847A4F082830311929
Octal2041721170105060613151
Binary10000100111101010011110100010100011000011000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847A4F; }

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

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

<style>
 a { background-color: #847A4F; }

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

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

<style>
 span { border-color: #847A4F; }

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

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