#847F5B

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

Shades of Clay Creek #847F5B

Tints of Clay Creek #847F5B

Color information

#847F5B (or 0x847F5B) is unknown color: approx Clay Creek. HEX triplet: 84, 7F and 5B. RGB value is (132,127,91). Sum of RGB (Red+Green+Blue) = 132+127+91=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #847F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F5B is #7B80A4. Grayscale: #7C7C7C. Windows color (decimal): -8093861 or 5996420. OLE color: 5996420.

HSL color Cylindrical-coordinate representation of color #847F5B: hue angle of 52.68º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #847F5B is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13212791-
CMYK00.040.310.48
HSL52.68º18.39%43.73%-
HSV(B)52.68º31.06%51.76%-
XYZ18.9920.8412.92-
YUV124.39109.16133.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 91 (35.94% from 255) = 26%
R=37.71%
G=36.29%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321279100.040.310.4852.6818.3943.73
Hex847F5B041F3035122c
Octal204177133043760652254
Binary100001001111111101101101001111111000011010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,127,91); }

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

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

 a { background-color: rgb(132,127,91); }

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

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

 span { border-color: rgb(132,127,91); }

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