#847E4D

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

Shades of Clay Creek #847E4D

Tints of Clay Creek #847E4D

Color information

#847E4D (or 0x847E4D) is unknown color: approx Clay Creek. HEX triplet: 84, 7E and 4D. RGB value is (132,126,77). Sum of RGB (Red+Green+Blue) = 132+126+77=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #847E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E4D is #7B81B2. Grayscale: #7A7A7A. Windows color (decimal): -8094131 or 5078660. OLE color: 5078660.

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

Color convert

RGB13212677-
CMYK00.050.420.48
HSL53.45º26.32%40.98%-
HSV(B)53.45º41.67%51.76%-
XYZ18.3220.369.99-
YUV122.21102.49134.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=39.40%
G=37.61%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321267700.050.420.4853.4526.3240.98
Hex847E4D052A30351a29
Octal204176115055260653251
Binary1000010011111101001101010110101011000011010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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