#847E4E

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

Shades of Clay Creek #847E4E

Tints of Clay Creek #847E4E

Color information

#847E4E (or 0x847E4E) is unknown color: approx Clay Creek. HEX triplet: 84, 7E and 4E. RGB value is (132,126,78). Sum of RGB (Red+Green+Blue) = 132+126+78=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #847E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E4E is #7B81B1. Grayscale: #7A7A7A. Windows color (decimal): -8094130 or 5144196. OLE color: 5144196.

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

Color convert

RGB13212678-
CMYK00.050.410.48
HSL53.33º25.71%41.18%-
HSV(B)53.33º40.91%51.76%-
XYZ18.3520.3810.17-
YUV122.32102.99134.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 126 (49.61% from 255) = 37.5%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=39.29%
G=37.5%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321267800.050.410.4853.3325.7141.18
Hex847E4E052930351a29
Octal204176116055160653251
Binary1000010011111101001110010110100111000011010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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