#847A4E

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

Shades of Clay Creek #847A4E

Tints of Clay Creek #847A4E

Color information

#847A4E (or 0x847A4E) is unknown color: approx Clay Creek. HEX triplet: 84, 7A and 4E. RGB value is (132,122,78). Sum of RGB (Red+Green+Blue) = 132+122+78=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #847A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A4E is #7B85B1. Grayscale: #787878. Windows color (decimal): -8095154 or 5143172. OLE color: 5143172.

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

Color convert

RGB13212278-
CMYK00.080.410.48
HSL48.89º25.71%41.18%-
HSV(B)48.89º40.91%51.76%-
XYZ17.8519.3710.01-
YUV119.97104.31136.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=39.76%
G=36.75%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321227800.080.410.4848.8925.7141.18
Hex847A4E082930311a29
Octal2041721160105160613251
Binary10000100111101010011100100010100111000011000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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